maxpe commited on
Commit
a334250
1 Parent(s): b698e68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,5 +11,5 @@ from transformers import pipeline
11
 
12
  pipe = pipeline("text-classification",model="maxpe/twitter-roberta-base-jun2022_sem_eval_2018_task_1")
13
 
14
- pipe("I couldn't see any seafood for a year after I went to that restaurant that they send all the tourists to!",return_all_scores=True,function_to_apply="sigmoid")
15
  ```
 
11
 
12
  pipe = pipeline("text-classification",model="maxpe/twitter-roberta-base-jun2022_sem_eval_2018_task_1")
13
 
14
+ pipe("I couldn't see any seafood for a year after I went to that restaurant that they send all the tourists to!",top_k=11)
15
  ```