Commit
•
aa467ae
1
Parent(s):
8754f1d
Add evaluation results on the mrpc config of glue (#1)
Browse files- Add evaluation results on the mrpc config of glue (642d9bd8889303b035b74c747c5616e5f0204f2e)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -27,6 +27,39 @@ model-index:
|
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
value: 0.9233449477351917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
value: 0.9233449477351917
|
30 |
+
- task:
|
31 |
+
type: natural-language-inference
|
32 |
+
name: Natural Language Inference
|
33 |
+
dataset:
|
34 |
+
name: glue
|
35 |
+
type: glue
|
36 |
+
config: mrpc
|
37 |
+
split: validation
|
38 |
+
metrics:
|
39 |
+
- name: Accuracy
|
40 |
+
type: accuracy
|
41 |
+
value: 0.8921568627450981
|
42 |
+
verified: true
|
43 |
+
- name: Precision
|
44 |
+
type: precision
|
45 |
+
value: 0.8983050847457628
|
46 |
+
verified: true
|
47 |
+
- name: Recall
|
48 |
+
type: recall
|
49 |
+
value: 0.9498207885304659
|
50 |
+
verified: true
|
51 |
+
- name: AUC
|
52 |
+
type: auc
|
53 |
+
value: 0.9516129032258065
|
54 |
+
verified: true
|
55 |
+
- name: F1
|
56 |
+
type: f1
|
57 |
+
value: 0.9233449477351917
|
58 |
+
verified: true
|
59 |
+
- name: loss
|
60 |
+
type: loss
|
61 |
+
value: 0.2787226438522339
|
62 |
+
verified: true
|
63 |
---
|
64 |
|
65 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|