ma2za commited on
Commit
6a419ee
1 Parent(s): ed6d3ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -18
README.md CHANGED
@@ -7,25 +7,26 @@ tags:
7
  - Emotion Classification
8
  language:
9
  - en
 
 
 
10
  model-index:
11
- - name: Roberta on emotion dataset
12
- results:
13
- - task:
14
- type: text-classification
15
- name: Emotion Classification
16
- dataset:
17
- type: emotion
18
- name: emotion
19
- split: test
20
- revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
21
- metrics:
22
- - type: f1
23
- value: 0.8093994778067886
24
- name: F1
25
- - type: accuracy
26
- value: 0.8546048601184398
27
- name: Accuracy
28
-
29
  ---
30
  # Model Card for Model ID
31
 
 
7
  - Emotion Classification
8
  language:
9
  - en
10
+ metrics:
11
+ - accuracy
12
+ - f1
13
  model-index:
14
+ - name: roberta-emotion
15
+ results:
16
+ - task:
17
+ name: Text Classification
18
+ type: text-classification
19
+ dataset:
20
+ name: emotion
21
+ type: emotion
22
+ split: test
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.9
27
+ - name: F1
28
+ type: f1
29
+ value: 0.9
 
 
30
  ---
31
  # Model Card for Model ID
32