Add evaluation results on the mrpc config of glue

#2
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -59,6 +59,39 @@ model-index:
59
  type: loss
60
  value: 0.08004990220069885
61
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ---
63
 
64
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
59
  type: loss
60
  value: 0.08004990220069885
61
  verified: true
62
+ - task:
63
+ type: natural-language-inference
64
+ name: Natural Language Inference
65
+ dataset:
66
+ name: glue
67
+ type: glue
68
+ config: mrpc
69
+ split: validation
70
+ metrics:
71
+ - name: Accuracy
72
+ type: accuracy
73
+ value: 0.8774509803921569
74
+ verified: true
75
+ - name: Precision
76
+ type: precision
77
+ value: 0.8803986710963455
78
+ verified: true
79
+ - name: Recall
80
+ type: recall
81
+ value: 0.9498207885304659
82
+ verified: true
83
+ - name: AUC
84
+ type: auc
85
+ value: 0.9474174099080325
86
+ verified: true
87
+ - name: F1
88
+ type: f1
89
+ value: 0.9137931034482758
90
+ verified: true
91
+ - name: loss
92
+ type: loss
93
+ value: 0.5562044978141785
94
+ verified: true
95
  ---
96
 
97
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You