Add evaluation results on the Tristan--zero_shot_classification_test config of Tristan/zero_shot_classification_test
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the Tristan--zero_shot_classification_test config of the [Tristan/zero_shot_classification_test](https://huggingface.co/datasets/Tristan/zero_shot_classification_test) dataset by
@Tristan
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-Tristan__zero_shot_classification_test-fb99e6e4-4634).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=Tristan/zero_shot_classification_test).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=Tristan/zero_shot_classification_test).
@@ -4,9 +4,28 @@ inference: false
|
|
4 |
tags:
|
5 |
- text-generation
|
6 |
- opt
|
7 |
-
|
8 |
license: other
|
9 |
commercial: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# OPT : Open Pre-trained Transformer Language Models
|
|
|
4 |
tags:
|
5 |
- text-generation
|
6 |
- opt
|
|
|
7 |
license: other
|
8 |
commercial: false
|
9 |
+
model-index:
|
10 |
+
- name: facebook/opt-125m
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: zero-shot-text-classification
|
14 |
+
name: Zero Shot Text Classification
|
15 |
+
dataset:
|
16 |
+
name: Tristan/zero_shot_classification_test
|
17 |
+
type: Tristan/zero_shot_classification_test
|
18 |
+
config: Tristan--zero_shot_classification_test
|
19 |
+
split: test
|
20 |
+
metrics:
|
21 |
+
- name: Accuracy
|
22 |
+
type: accuracy
|
23 |
+
value: 1.0
|
24 |
+
verified: true
|
25 |
+
- name: Loss
|
26 |
+
type: loss
|
27 |
+
value: 0.5218992928663889
|
28 |
+
verified: true
|
29 |
---
|
30 |
|
31 |
# OPT : Open Pre-trained Transformer Language Models
|