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