lewtun HF staff commited on
Commit
642d9bd
1 Parent(s): 8754f1d

Add evaluation results on the mrpc config of glue

Browse files

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

@lewtun

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-glue-f16e6c43-14015917).\
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
@@ -27,6 +27,39 @@ model-index:
27
  - name: F1
28
  type: f1
29
  value: 0.9233449477351917
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
  - name: F1
28
  type: f1
29
  value: 0.9233449477351917
30
+ - task:
31
+ type: natural-language-inference
32
+ name: Natural Language Inference
33
+ dataset:
34
+ name: glue
35
+ type: glue
36
+ config: mrpc
37
+ split: validation
38
+ metrics:
39
+ - name: Accuracy
40
+ type: accuracy
41
+ value: 0.8921568627450981
42
+ verified: true
43
+ - name: Precision
44
+ type: precision
45
+ value: 0.8983050847457628
46
+ verified: true
47
+ - name: Recall
48
+ type: recall
49
+ value: 0.9498207885304659
50
+ verified: true
51
+ - name: AUC
52
+ type: auc
53
+ value: 0.9516129032258065
54
+ verified: true
55
+ - name: F1
56
+ type: f1
57
+ value: 0.9233449477351917
58
+ verified: true
59
+ - name: loss
60
+ type: loss
61
+ value: 0.2787226438522339
62
+ verified: true
63
  ---
64
 
65
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You