Spaces:
No application file
No application file
shreyasmeher
commited on
Commit
•
8fb9e66
1
Parent(s):
e7b46ca
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ tokenizer = AutoTokenizer.from_pretrained("eventdata-utd/ConfliBERT-cont-cased-2
|
|
61 |
model = AutoModelForMaskedLM.from_pretrained("eventdata-utd/ConfliBERT-cont-cased-20news")
|
62 |
|
63 |
# Example of usage for binary classification task
|
64 |
-
text = "The
|
65 |
input_ids = tokenizer.encode(text, return_tensors='pt')
|
66 |
outputs = model(input_ids)
|
67 |
|
|
|
61 |
model = AutoModelForMaskedLM.from_pretrained("eventdata-utd/ConfliBERT-cont-cased-20news")
|
62 |
|
63 |
# Example of usage for binary classification task
|
64 |
+
text = "The Prime Minister of Brunei asked for protestors to remain peaceful during the upcoming Independence Day holiday."
|
65 |
input_ids = tokenizer.encode(text, return_tensors='pt')
|
66 |
outputs = model(input_ids)
|
67 |
|