Commit
·
976d61d
1
Parent(s):
94d075b
Add evaluation results on the sst2 config of glue (#1)
Browse files- Add evaluation results on the sst2 config of glue (2466ccb060978db2c806fcff52bc1e6cc87c938f)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -23,6 +23,39 @@ model-index:
|
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
value: 0.9403669724770642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
value: 0.9403669724770642
|
26 |
+
- task:
|
27 |
+
type: text-classification
|
28 |
+
name: Text Classification
|
29 |
+
dataset:
|
30 |
+
name: glue
|
31 |
+
type: glue
|
32 |
+
config: sst2
|
33 |
+
split: validation
|
34 |
+
metrics:
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9403669724770642
|
38 |
+
verified: true
|
39 |
+
- name: Precision
|
40 |
+
type: precision
|
41 |
+
value: 0.9375
|
42 |
+
verified: true
|
43 |
+
- name: Recall
|
44 |
+
type: recall
|
45 |
+
value: 0.9459459459459459
|
46 |
+
verified: true
|
47 |
+
- name: AUC
|
48 |
+
type: auc
|
49 |
+
value: 0.9804217184474193
|
50 |
+
verified: true
|
51 |
+
- name: F1
|
52 |
+
type: f1
|
53 |
+
value: 0.9417040358744394
|
54 |
+
verified: true
|
55 |
+
- name: loss
|
56 |
+
type: loss
|
57 |
+
value: 0.21338027715682983
|
58 |
+
verified: true
|
59 |
---
|
60 |
|
61 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|