Spaces:
Runtime error
Runtime error
Commit
·
f96faeb
1
Parent(s):
66d433b
Delete text.ipynb
Browse files- text.ipynb +0 -7
text.ipynb
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
from transformers import pipeline
|
2 |
-
|
3 |
-
emoroberta_emotion_classifier = pipeline(
|
4 |
-
"text-classification", model="arpanghoshal/EmoRoBERTa", return_all_scores=True
|
5 |
-
)
|
6 |
-
|
7 |
-
emoroberta_emotion_classifier("Did this print?")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|