Add evaluation results on glue
Browse filesBeep 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).
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 |
+
- task:
|
| 24 |
+
type: text-classification
|
| 25 |
+
name: Text Classification
|
| 26 |
+
dataset:
|
| 27 |
+
name: glue
|
| 28 |
+
type: glue
|
| 29 |
+
config: sst2
|
| 30 |
+
split: validation
|
| 31 |
+
metrics:
|
| 32 |
+
- name: Accuracy
|
| 33 |
+
type: accuracy
|
| 34 |
+
value: 0.8967889908256881
|
| 35 |
+
verified: true
|
| 36 |
+
- name: Precision
|
| 37 |
+
type: precision
|
| 38 |
+
value: 0.8898678414096917
|
| 39 |
+
verified: true
|
| 40 |
+
- name: Recall
|
| 41 |
+
type: recall
|
| 42 |
+
value: 0.9099099099099099
|
| 43 |
+
verified: true
|
| 44 |
+
- name: AUC
|
| 45 |
+
type: auc
|
| 46 |
+
value: 0.9672423591816115
|
| 47 |
+
verified: true
|
| 48 |
+
- name: F1
|
| 49 |
+
type: f1
|
| 50 |
+
value: 0.8997772828507795
|
| 51 |
+
verified: true
|
| 52 |
---
|
| 53 |
|
| 54 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|