Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ text_input = f"{text} </s> {target}"
|
|
31 |
|
32 |
pipe = pipeline('text-classification', model="cardiffnlp/twitter-roberta-large-topic-sentiment-latest")
|
33 |
pipe(text)
|
34 |
-
>> [{'label': 'negative or neutral', 'score': 0.
|
35 |
```
|
36 |
|
37 |
## Citation Information
|
|
|
31 |
|
32 |
pipe = pipeline('text-classification', model="cardiffnlp/twitter-roberta-large-topic-sentiment-latest")
|
33 |
pipe(text)
|
34 |
+
>> [{'label': 'negative or neutral', 'score': 0.8927537798881531}]
|
35 |
```
|
36 |
|
37 |
## Citation Information
|