mayapapaya commited on
Commit
25a94cb
1 Parent(s): 3f406c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Model Card for Model ID
2
 
3
  This model is meant to extract sentiments (positive, negative, or neutral) from a tweet text.
@@ -24,4 +30,4 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
24
 
25
  tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased")
26
  model = AutoModelForSequenceClassification.from_pretrained("mayapapaya/Sentiment-Analyzer")
27
- ```
 
1
+ ---
2
+ datasets:
3
+ - tweet_eval
4
+ language:
5
+ - en
6
+ ---
7
  # Model Card for Model ID
8
 
9
  This model is meant to extract sentiments (positive, negative, or neutral) from a tweet text.
 
30
 
31
  tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased")
32
  model = AutoModelForSequenceClassification.from_pretrained("mayapapaya/Sentiment-Analyzer")
33
+ ```