Add evaluation results on the autoevaluate--zero-shot-classification-sample config and test split of autoevaluate/zero-shot-classification-sample
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the autoevaluate--zero-shot-classification-sample config and test split of the [autoevaluate/zero-shot-classification-sample](https://huggingface.co/datasets/autoevaluate/zero-shot-classification-sample) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-c80bd5f3-aba9-44d4-aefd-7fef2e67a535-120116).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=autoevaluate/zero-shot-classification-sample).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=autoevaluate/zero-shot-classification-sample).
@@ -1,10 +1,32 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
inference: false
|
4 |
tags:
|
5 |
- text-generation
|
6 |
- opt
|
|
|
7 |
duplicated_from: autoevaluate/zero-shot-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Hello. I am a model, to be evaluated.
|
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
tags:
|
4 |
- text-generation
|
5 |
- opt
|
6 |
+
inference: false
|
7 |
duplicated_from: autoevaluate/zero-shot-classification
|
8 |
+
model-index:
|
9 |
+
- name: autoevaluate/zero-shot-classification-not-evaluated
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: zero-shot-classification
|
13 |
+
name: Zero-Shot Text Classification
|
14 |
+
dataset:
|
15 |
+
name: autoevaluate/zero-shot-classification-sample
|
16 |
+
type: autoevaluate/zero-shot-classification-sample
|
17 |
+
config: autoevaluate--zero-shot-classification-sample
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- type: accuracy
|
21 |
+
value: 0.6666666666666666
|
22 |
+
name: Accuracy
|
23 |
+
verified: true
|
24 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZDUxODBhMzU0MWZlZGZjZGY1NzIxY2RlZGM3ZGU5NDJhMmNiYzdiMTVkZjc3NzE4NTkzMjI0NzFjYmYxYzg1OCIsInZlcnNpb24iOjF9.MCsEKt8gj6A31UBYxnrP21Ip5CM-MOc_92XH9yhoFJBBJLV6ffpP6IeG6Rao_Gm4udz_VmFsPhgcaG_kNYDsAQ
|
25 |
+
- type: loss
|
26 |
+
value: 0.5084398140509924
|
27 |
+
name: Loss
|
28 |
+
verified: true
|
29 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMWFjODllMjIxYmUxZDZiYWIyMjU2MmRkMzEwYjA5NzZmYWI0Y2RhODUxOTEwN2IzYjQ1MThkODEyMGU1N2I4YiIsInZlcnNpb24iOjF9.aKADVVlXsx-iX8SAw20Dw1KFcCn5Ts9vYWXrpV6BBR1LE3P_5EoPCbtaasOhus7OoLI-nAkVSWy_4Q6nOQdcBw
|
30 |
---
|
31 |
|
32 |
Hello. I am a model, to be evaluated.
|