Add evaluation results on the vi_3 config and test split of futin/guess
#17
by
autoevaluator
HF Staff
- opened
README.md
CHANGED
|
@@ -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-1.3b
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: zero-shot-classification
|
| 14 |
+
name: Zero-Shot Text Classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: futin/guess
|
| 17 |
+
type: futin/guess
|
| 18 |
+
config: vi_3
|
| 19 |
+
split: test
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Accuracy
|
| 22 |
+
type: accuracy
|
| 23 |
+
value: 0.3401060070671378
|
| 24 |
+
verified: true
|
| 25 |
+
- name: Loss
|
| 26 |
+
type: loss
|
| 27 |
+
value: 1.7696233481675132
|
| 28 |
+
verified: true
|
| 29 |
---
|
| 30 |
|
| 31 |
# OPT : Open Pre-trained Transformer Language Models
|