Commit
•
53bdc2e
1
Parent(s):
1fbf845
Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA (#2)
Browse files- Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA (929dd1990aa4974704ef6214c29c7f7bc52703fa)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -26,6 +26,23 @@ model-index:
|
|
26 |
type: loss
|
27 |
value: 0.740270353704691
|
28 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# OPT : Open Pre-trained Transformer Language Models
|
|
|
26 |
type: loss
|
27 |
value: 0.740270353704691
|
28 |
verified: true
|
29 |
+
- task:
|
30 |
+
type: zero-shot-classification
|
31 |
+
name: Zero-Shot Text Classification
|
32 |
+
dataset:
|
33 |
+
name: inverse-scaling/NeQA
|
34 |
+
type: inverse-scaling/NeQA
|
35 |
+
config: inverse-scaling--NeQA
|
36 |
+
split: train
|
37 |
+
metrics:
|
38 |
+
- name: Accuracy
|
39 |
+
type: accuracy
|
40 |
+
value: 0.54
|
41 |
+
verified: true
|
42 |
+
- name: Loss
|
43 |
+
type: loss
|
44 |
+
value: 0.740270353704691
|
45 |
+
verified: true
|
46 |
---
|
47 |
|
48 |
# OPT : Open Pre-trained Transformer Language Models
|