Commit
·
d1db394
1
Parent(s):
208c706
Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the inverse-scaling--NeQA config and train split of the [inverse-scaling/NeQA](https://huggingface.co/datasets/inverse-scaling/NeQA) dataset by
@rololbot
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-inverse-scaling__NeQA-inverse-scaling__NeQA-4df82b-1769161494).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=inverse-scaling/NeQA).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=inverse-scaling/NeQA).
README.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# GPT-2 XL
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: mit
|
| 4 |
+
model-index:
|
| 5 |
+
- name: gpt2-xl
|
| 6 |
+
results:
|
| 7 |
+
- task:
|
| 8 |
+
type: zero-shot-classification
|
| 9 |
+
name: Zero-Shot Text Classification
|
| 10 |
+
dataset:
|
| 11 |
+
name: inverse-scaling/NeQA
|
| 12 |
+
type: inverse-scaling/NeQA
|
| 13 |
+
config: inverse-scaling--NeQA
|
| 14 |
+
split: train
|
| 15 |
+
metrics:
|
| 16 |
+
- name: Accuracy
|
| 17 |
+
type: accuracy
|
| 18 |
+
value: 0.45666666666666667
|
| 19 |
+
verified: true
|
| 20 |
+
- name: Loss
|
| 21 |
+
type: loss
|
| 22 |
+
value: 0.6931471824645996
|
| 23 |
+
verified: true
|
| 24 |
---
|
| 25 |
|
| 26 |
# GPT-2 XL
|