ruchitoshniwal commited on
Commit
f96faeb
1 Parent(s): 66d433b

Delete text.ipynb

Browse files
Files changed (1) hide show
  1. 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?")