Add evaluation results on the qnli config of glue
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -23,6 +23,39 @@ model-index:
|
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
value: 0.9099395936298736
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.9099395936298736
|
26 |
+
- task:
|
27 |
+
type: natural-language-inference
|
28 |
+
name: Natural Language Inference
|
29 |
+
dataset:
|
30 |
+
name: glue
|
31 |
+
type: glue
|
32 |
+
config: qnli
|
33 |
+
split: validation
|
34 |
+
metrics:
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9099395936298736
|
38 |
+
verified: true
|
39 |
+
- name: Precision
|
40 |
+
type: precision
|
41 |
+
value: 0.9181717655731663
|
42 |
+
verified: true
|
43 |
+
- name: Recall
|
44 |
+
type: recall
|
45 |
+
value: 0.9022093444404201
|
46 |
+
verified: true
|
47 |
+
- name: AUC
|
48 |
+
type: auc
|
49 |
+
value: 0.9661807651300457
|
50 |
+
verified: true
|
51 |
+
- name: F1
|
52 |
+
type: f1
|
53 |
+
value: 0.9101205699671172
|
54 |
+
verified: true
|
55 |
+
- name: loss
|
56 |
+
type: loss
|
57 |
+
value: 0.3985599875450134
|
58 |
+
verified: true
|
59 |
---
|
60 |
|
61 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|