boryana commited on
Commit
1764031
1 Parent(s): dbd7435

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Then the model can be downloaded and used for inference:
41
  ```py
42
  from transformers import pipeline
43
 
44
- labels_map = {"LABEL_0": "No Propaganda", "LABEL_1": "Propaganda"}
45
 
46
  pipe = pipeline(
47
  "text-classification",
 
41
  ```py
42
  from transformers import pipeline
43
 
44
+ labels_map = {"0": "No Propaganda", "1": "Propaganda"}
45
 
46
  pipe = pipeline(
47
  "text-classification",