AdamCodd commited on
Commit
46ce709
1 Parent(s): 0979646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - amazon_polarity
5
+ base_model: distilbert-base-uncased
6
+ model-index:
7
+ - name: distilbert-base-uncased-finetuned-emotion-balanced
8
+ results:
9
+ - task:
10
+ type: text-classification
11
+ name: Text Classification
12
+ dataset:
13
+ name: amazon_polarity
14
+ type: sentiment
15
+ args: default
16
+ metrics:
17
+ - type: accuracy
18
+ value: 0.958
19
+ name: Accuracy
20
+ - type: loss
21
+ value: 0.119
22
+ name: Loss
23
+ - type: f1
24
+ value: 0.957
25
+ name: F1
26
+ metrics:
27
+ - accuracy
28
+ - f1
29
+ pipeline_tag: text-classification
30
  ---
31
+
32
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on a subset of the [amazon-polarity dataset](https://huggingface.co/datasets/amazon_polarity).