Commit
·
ae6f436
1
Parent(s):
8ea7547
Add evaluation results on the top_en_ config and test split of futin/feed
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the top_en_ config and test split of the [futin/feed](https://huggingface.co/datasets/futin/feed) dataset by @futin, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-futin__feed-top_en_-3f631c-2246071661).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=futin/feed).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=futin/feed).
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-66b
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: zero-shot-classification
|
| 14 |
+
name: Zero-Shot Text Classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: futin/feed
|
| 17 |
+
type: futin/feed
|
| 18 |
+
config: top_en_
|
| 19 |
+
split: test
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Accuracy
|
| 22 |
+
type: accuracy
|
| 23 |
+
value: 0.05022109917877448
|
| 24 |
+
verified: true
|
| 25 |
+
- name: Loss
|
| 26 |
+
type: loss
|
| 27 |
+
value: 111.4569119194679
|
| 28 |
+
verified: true
|
| 29 |
---
|
| 30 |
|
| 31 |
# OPT : Open Pre-trained Transformer Language Models
|