sefaozalpadl
commited on
Commit
•
8c42741
1
Parent(s):
40e0271
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ model = AutoModelForSequenceClassification.from_pretrained("sefaozalpadl/stop_th
|
|
39 |
|
40 |
tokenizer = AutoTokenizer.from_pretrained("sefaozalpadl/stop_the_steal_relevancy_analysis-binary", use_auth_token=True)
|
41 |
|
42 |
-
inputs = tokenizer("
|
43 |
|
44 |
outputs = model(**inputs)
|
45 |
```
|
|
|
39 |
|
40 |
tokenizer = AutoTokenizer.from_pretrained("sefaozalpadl/stop_the_steal_relevancy_analysis-binary", use_auth_token=True)
|
41 |
|
42 |
+
inputs = tokenizer("take our country back. Stop the steal! #trump2020", return_tensors="pt")
|
43 |
|
44 |
outputs = model(**inputs)
|
45 |
```
|