Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
suvrobaner
/
distilbert-base-uncased-finetuned-emotion-en-tweets
like
0
Text Classification
Transformers
PyTorch
emotion
English
distilbert
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
suvrobaner
commited on
Jun 24, 2022
Commit
0413305
·
1 Parent(s):
40836d0
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+0
-2
README.md
CHANGED
Viewed
@@ -28,5 +28,3 @@ plt.title(f'"{custom_tweet}"')
28
plt.ylabel("Class probability (%)")
29
plt.show()
30
```
31
-
32
-
![Inference Result](inference_result.png)
28
plt.ylabel("Class probability (%)")
29
plt.show()
30
```