lewtun HF staff commited on
Commit
982b82e
1 Parent(s): 56b40fd

Add evaluation results on the cola config and validation split of glue

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the cola config and validation split of the [glue](https://huggingface.co./datasets/glue) dataset by

@yooo

, using the predictions stored [here](https://huggingface.co./datasets/autoevaluate/autoeval-staging-eval-glue-cola-42256f-15426136).\
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/model-evaluator?dataset=glue).

Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -20,6 +20,39 @@ model-index:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
  value: 0.5834463254140851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
  value: 0.5834463254140851
23
+ - task:
24
+ type: text-classification
25
+ name: Text Classification
26
+ dataset:
27
+ name: glue
28
+ type: glue
29
+ config: cola
30
+ split: validation
31
+ metrics:
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.8312559923298178
35
+ verified: true
36
+ - name: Precision
37
+ type: precision
38
+ value: 0.8376703841387856
39
+ verified: true
40
+ - name: Recall
41
+ type: recall
42
+ value: 0.9375866851595007
43
+ verified: true
44
+ - name: AUC
45
+ type: auc
46
+ value: 0.8870185473936304
47
+ verified: true
48
+ - name: F1
49
+ type: f1
50
+ value: 0.8848167539267016
51
+ verified: true
52
+ - name: loss
53
+ type: loss
54
+ value: 0.815069854259491
55
+ verified: true
56
  ---
57
 
58
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You