Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,6 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
16 |
tokenizer = AutoTokenizer.from_pretrained("biu-nlp/superpal")
|
17 |
|
18 |
model = AutoModelForSequenceClassification.from_pretrained("biu-nlp/superpal")
|
19 |
-
|
20 |
-
input = tokenizer("Prime Minister Hun Sen insisted that talks take place in Cambodia. </s><s> Cambodian leader Hun Sen rejected opposition parties' demands for talks outside the country.")
|
21 |
-
result = model(input)
|
22 |
```
|
23 |
|
24 |
|
|
|
16 |
tokenizer = AutoTokenizer.from_pretrained("biu-nlp/superpal")
|
17 |
|
18 |
model = AutoModelForSequenceClassification.from_pretrained("biu-nlp/superpal")
|
|
|
|
|
|
|
19 |
```
|
20 |
|
21 |
|