antypasd commited on
Commit
82e173b
·
verified ·
1 Parent(s): ef82cbf

Update README.md

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