Commit
·
3084b81
1
Parent(s):
5dec7dd
Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA (#3)
Browse files- Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA (1130936cca06572ae94372eb685592f812bc63f3)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -6,6 +6,26 @@ tags:
|
|
| 6 |
- opt
|
| 7 |
license: other
|
| 8 |
commercial: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# OPT : Open Pre-trained Transformer Language Models
|
|
|
|
| 6 |
- opt
|
| 7 |
license: other
|
| 8 |
commercial: false
|
| 9 |
+
model-index:
|
| 10 |
+
- name: inverse-scaling/opt-1.3b_eval
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: zero-shot-classification
|
| 14 |
+
name: Zero-Shot Text Classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: inverse-scaling/NeQA
|
| 17 |
+
type: inverse-scaling/NeQA
|
| 18 |
+
config: inverse-scaling--NeQA
|
| 19 |
+
split: train
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Accuracy
|
| 22 |
+
type: accuracy
|
| 23 |
+
value: 0.5133333333333333
|
| 24 |
+
verified: true
|
| 25 |
+
- name: Loss
|
| 26 |
+
type: loss
|
| 27 |
+
value: 0.7768662874648968
|
| 28 |
+
verified: true
|
| 29 |
---
|
| 30 |
|
| 31 |
# OPT : Open Pre-trained Transformer Language Models
|