lewtun HF staff commited on
Commit
5470c8f
1 Parent(s): 57326b3

Add evaluation results on glue

Browse files

Beep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [glue](https://huggingface.co/datasets/glue) dataset. Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=glue). Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/autoevaluate?dataset=glue).

Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -20,6 +20,35 @@ 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.9672423591816116
39
+ verified: true
40
+ - name: F1
41
+ type: f1
42
+ value: 0.8997772828507795
43
+ verified: true
44
+ task:
45
+ type: text-classification
46
+ name: Text Classification
47
+ dataset:
48
+ name: glue
49
+ type: glue
50
+ config: sst2
51
+ split: validation
52
  ---
53
 
54
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You