Update README.md
Browse files
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
|
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},
|