Add evaluation results on the default config of sst2
#9
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -40,6 +40,59 @@ model-index:
|
|
40 |
type: loss
|
41 |
value: 0.39013850688934326
|
42 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
---
|
44 |
|
45 |
# DistilBERT base uncased finetuned SST-2
|
|
|
40 |
type: loss
|
41 |
value: 0.39013850688934326
|
42 |
verified: true
|
43 |
+
- task:
|
44 |
+
type: text-classification
|
45 |
+
name: Text Classification
|
46 |
+
dataset:
|
47 |
+
name: sst2
|
48 |
+
type: sst2
|
49 |
+
config: default
|
50 |
+
split: train
|
51 |
+
metrics:
|
52 |
+
- name: Accuracy
|
53 |
+
type: accuracy
|
54 |
+
value: 0.9885521685548412
|
55 |
+
verified: true
|
56 |
+
- name: Precision Macro
|
57 |
+
type: precision
|
58 |
+
value: 0.9881965062029833
|
59 |
+
verified: true
|
60 |
+
- name: Precision Micro
|
61 |
+
type: precision
|
62 |
+
value: 0.9885521685548412
|
63 |
+
verified: true
|
64 |
+
- name: Precision Weighted
|
65 |
+
type: precision
|
66 |
+
value: 0.9885639626373408
|
67 |
+
verified: true
|
68 |
+
- name: Recall Macro
|
69 |
+
type: recall
|
70 |
+
value: 0.9886145346602994
|
71 |
+
verified: true
|
72 |
+
- name: Recall Micro
|
73 |
+
type: recall
|
74 |
+
value: 0.9885521685548412
|
75 |
+
verified: true
|
76 |
+
- name: Recall Weighted
|
77 |
+
type: recall
|
78 |
+
value: 0.9885521685548412
|
79 |
+
verified: true
|
80 |
+
- name: F1 Macro
|
81 |
+
type: f1
|
82 |
+
value: 0.9884019815052447
|
83 |
+
verified: true
|
84 |
+
- name: F1 Micro
|
85 |
+
type: f1
|
86 |
+
value: 0.9885521685548412
|
87 |
+
verified: true
|
88 |
+
- name: F1 Weighted
|
89 |
+
type: f1
|
90 |
+
value: 0.9885546181087554
|
91 |
+
verified: true
|
92 |
+
- name: loss
|
93 |
+
type: loss
|
94 |
+
value: 0.040652573108673096
|
95 |
+
verified: true
|
96 |
---
|
97 |
|
98 |
# DistilBERT base uncased finetuned SST-2
|