Update README.md
Browse files
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 = {"
|
| 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",
|