Add evaluation results on glue

#3
by lewtun HF staff - opened
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -30,6 +30,35 @@ model-index:
30
  - name: Accuracy
31
  type: accuracy
32
  value: 0.666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  - name: Accuracy
31
  type: accuracy
32
  value: 0.666
33
+ - task:
34
+ name: binary_classification
35
+ type: text-classification
36
+ dataset:
37
+ type: glue
38
+ name: glue
39
+ config: sst2
40
+ split: validation
41
+ metrics:
42
+ - name: Accuracy
43
+ type: accuracy
44
+ value: 0.8967889908256881
45
+ verified: true
46
+ - name: Precision
47
+ type: precision
48
+ value: 0.8898678414096917
49
+ verified: true
50
+ - name: Recall
51
+ type: recall
52
+ value: 0.9099099099099099
53
+ verified: true
54
+ - name: AUC
55
+ type: auc
56
+ value: 0.9672423591816116
57
+ verified: true
58
+ - name: F1 Score
59
+ type: f1
60
+ value: 0.8997772828507795
61
+ verified: true
62
  ---
63
 
64
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You