antypasd commited on
Commit
88ff635
1 Parent(s): 9dc1d00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ from transformers import pipeline
54
 
55
  pipe = pipeline("text-classification", model="cardiffnlp/twitter-roberta-base-emotion-multilabel-latest", return_all_scores=True)
56
 
57
- pipe("I am so happy and sad at the same time")
58
 
59
  >> [[{'label': 'anger', 'score': 0.018903767690062523},
60
  {'label': 'anticipation', 'score': 0.28172484040260315},
 
54
 
55
  pipe = pipeline("text-classification", model="cardiffnlp/twitter-roberta-base-emotion-multilabel-latest", return_all_scores=True)
56
 
57
+ pipe("I bet everything will work out in the end :)")
58
 
59
  >> [[{'label': 'anger', 'score': 0.018903767690062523},
60
  {'label': 'anticipation', 'score': 0.28172484040260315},