Bduenas commited on
Commit
95dd1e3
·
verified ·
1 Parent(s): 19fe807

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Sentiate: Amazon Review Sentiment Classifier (4-Class, RoBERTa)
2
 
3
  `sentiate-sentiment-classifier` is a fine-tuned RoBERTa model built to classify **Amazon Electronics product reviews** into one of **four sentiment classes**:
 
1
+ ---
2
+ license: apache-2.0
3
+ language: en
4
+ tags:
5
+ - sentiment
6
+ - roberta
7
+ - amazon
8
+ - 4-class
9
+ - text-classification
10
+ datasets:
11
+ - amazon_polarity
12
+ metrics:
13
+ - accuracy
14
+ - f1
15
+ pipeline_tag: text-classification
16
+ base_model: roberta-base
17
+ ---
18
+
19
  # Sentiate: Amazon Review Sentiment Classifier (4-Class, RoBERTa)
20
 
21
  `sentiate-sentiment-classifier` is a fine-tuned RoBERTa model built to classify **Amazon Electronics product reviews** into one of **four sentiment classes**: