Commit
•
053dfe5
1
Parent(s):
214f35b
Add evaluation results on the inverse-scaling--quote-repetition config and train split of inverse-scaling/quote-repetition (#3)
Browse files- Add evaluation results on the inverse-scaling--quote-repetition config and train split of inverse-scaling/quote-repetition (9adc2a1de95bd009637cf764e0d8866b6d4cdbf4)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -43,6 +43,23 @@ model-index:
|
|
43 |
type: loss
|
44 |
value: 0.7090707456072172
|
45 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
47 |
|
48 |
# OPT : Open Pre-trained Transformer Language Models
|
|
|
43 |
type: loss
|
44 |
value: 0.7090707456072172
|
45 |
verified: true
|
46 |
+
- task:
|
47 |
+
type: zero-shot-classification
|
48 |
+
name: Zero-Shot Text Classification
|
49 |
+
dataset:
|
50 |
+
name: inverse-scaling/quote-repetition
|
51 |
+
type: inverse-scaling/quote-repetition
|
52 |
+
config: inverse-scaling--quote-repetition
|
53 |
+
split: train
|
54 |
+
metrics:
|
55 |
+
- name: Accuracy
|
56 |
+
type: accuracy
|
57 |
+
value: 0.8
|
58 |
+
verified: true
|
59 |
+
- name: Loss
|
60 |
+
type: loss
|
61 |
+
value: 0.4678814027383723
|
62 |
+
verified: true
|
63 |
---
|
64 |
|
65 |
# OPT : Open Pre-trained Transformer Language Models
|