Update README.md
Browse files
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!",
|
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 |
```
|