lewtun HF staff commited on
Commit
e3a425f
1 Parent(s): 79771c0

This is a test

Files changed (1) hide show
  1. README.md +29 -36
README.md CHANGED
@@ -9,17 +9,6 @@ metrics:
9
  model-index:
10
  - name: multi-class-classification
11
  results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: emotion
17
- type: emotion
18
- args: default
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.928
23
  - task:
24
  type: text-classification
25
  name: Text Classification
@@ -29,53 +18,57 @@ model-index:
29
  config: default
30
  split: test
31
  metrics:
32
- - name: Accuracy
33
- type: accuracy
 
 
 
34
  value: 0.9185
 
35
  verified: true
36
- - name: Precision Macro
37
- type: precision
38
  value: 0.8738350796775306
 
39
  verified: true
40
- - name: Precision Micro
41
- type: precision
42
  value: 0.9185
 
43
  verified: true
44
- - name: Precision Weighted
45
- type: precision
46
  value: 0.9179425177997311
 
47
  verified: true
48
- - name: Recall Macro
49
- type: recall
50
  value: 0.8650962919021573
 
51
  verified: true
52
- - name: Recall Micro
53
- type: recall
54
  value: 0.9185
 
55
  verified: true
56
- - name: Recall Weighted
57
- type: recall
58
  value: 0.9185
 
59
  verified: true
60
- - name: F1 Macro
61
- type: f1
62
  value: 0.8692821860210945
 
63
  verified: true
64
- - name: F1 Micro
65
- type: f1
66
  value: 0.9185
 
67
  verified: true
68
- - name: F1 Weighted
69
- type: f1
70
  value: 0.9181177508591364
 
71
  verified: true
72
- - name: loss
73
- type: loss
74
- value: 0.20905950665473938
75
  verified: true
76
- - name: matthews_correlation
77
- type: matthews_correlation
78
  value: 0.8920254536671932
 
79
  verified: true
80
  ---
81
 
9
  model-index:
10
  - name: multi-class-classification
11
  results:
 
 
 
 
 
 
 
 
 
 
 
12
  - task:
13
  type: text-classification
14
  name: Text Classification
18
  config: default
19
  split: test
20
  metrics:
21
+ - type: accuracy
22
+ value: 0.9185
23
+ name: Accuracy
24
+ verified: true
25
+ - type: accuracy
26
  value: 0.9185
27
+ name: Accuracy
28
  verified: true
29
+ - type: precision
 
30
  value: 0.8738350796775306
31
+ name: Precision Macro
32
  verified: true
33
+ - type: precision
 
34
  value: 0.9185
35
+ name: Precision Micro
36
  verified: true
37
+ - type: precision
 
38
  value: 0.9179425177997311
39
+ name: Precision Weighted
40
  verified: true
41
+ - type: recall
 
42
  value: 0.8650962919021573
43
+ name: Recall Macro
44
  verified: true
45
+ - type: recall
 
46
  value: 0.9185
47
+ name: Recall Micro
48
  verified: true
49
+ - type: recall
 
50
  value: 0.9185
51
+ name: Recall Weighted
52
  verified: true
53
+ - type: f1
 
54
  value: 0.8692821860210945
55
+ name: F1 Macro
56
  verified: true
57
+ - type: f1
 
58
  value: 0.9185
59
+ name: F1 Micro
60
  verified: true
61
+ - type: f1
 
62
  value: 0.9181177508591364
63
+ name: F1 Weighted
64
  verified: true
65
+ - type: loss
66
+ value: 0.20907790958881378
67
+ name: loss
68
  verified: true
69
+ - type: matthews_correlation
 
70
  value: 0.8920254536671932
71
+ name: matthews_correlation
72
  verified: true
73
  ---
74