rubenwol commited on
Commit
a9c9569
1 Parent(s): e31a574

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
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