RapidOrc121 commited on
Commit
251ae3a
1 Parent(s): 761245b

Create README.md

Browse files

# Details:
BERT model finetuned on dataset of tweets to perform sentiment analysis

LABEL_0="sadness"
LABEL_1="joy"
LABEL_2="love"
LABEL_3="anger"
LABEL_4="fear"
LABEL_5="surprise"

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - carblacac/twitter-sentiment-analysis
4
+ language:
5
+ - en
6
+ library_name: bertopic
7
+ pipeline_tag: text-classification
8
+ ---