Add evaluation results on glue

#22
by lewtun HF staff - opened
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -20,6 +20,41 @@ model-index:
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.8967889908256881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.8967889908256881
23
+ - metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.8967889908256881
27
+ verified: true
28
+ - name: Precision
29
+ type: precision
30
+ value: 0.8898678414096917
31
+ verified: true
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.9099099099099099
35
+ verified: true
36
+ - name: AUC
37
+ type: auc
38
+ value: 0.9672423591816115
39
+ verified: true
40
+ - name: F1
41
+ type: f1
42
+ value: 0.8997772828507795
43
+ verified: true
44
+ - name: loss
45
+ type: loss
46
+ value: 0.300935298204422
47
+ verified: true
48
+ - name: matthews_correlation
49
+ type: matthews_correlation
50
+ value: 0.793630584795814
51
+ verified: true
52
+ task:
53
+ type: text-classification
54
+ name: Text Classification
55
+ dataset:
56
+ name: glue
57
+ type: glue
58
  ---
59
 
60
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You