Update README.md
Browse files
README.md
CHANGED
|
@@ -84,7 +84,7 @@ model = AutoModelForSequenceClassification.from_pretrained(
|
|
| 84 |
)
|
| 85 |
tokenizer = AutoTokenizer.from_pretrained("identrics/wasper_propaganda_classifier_en")
|
| 86 |
|
| 87 |
-
text = "
|
| 88 |
|
| 89 |
inputs = tokenizer(text, padding=True, truncation=True, return_tensors="pt")
|
| 90 |
|
|
|
|
| 84 |
)
|
| 85 |
tokenizer = AutoTokenizer.from_pretrained("identrics/wasper_propaganda_classifier_en")
|
| 86 |
|
| 87 |
+
text = "Our country is the most powerful country in the world!"
|
| 88 |
|
| 89 |
inputs = tokenizer(text, padding=True, truncation=True, return_tensors="pt")
|
| 90 |
|