Commit
•
99c9b7f
1
Parent(s):
f031bd2
Add evaluation results on the inverse-scaling--hindsight-neglect-10shot config and train split of inverse-scaling/hindsight-neglect-10shot (#6)
Browse files- Add evaluation results on the inverse-scaling--hindsight-neglect-10shot config and train split of inverse-scaling/hindsight-neglect-10shot (dc790ca0788d6cd7de0324dd88968d43030a6237)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -60,6 +60,23 @@ model-index:
|
|
60 |
type: loss
|
61 |
value: 0.6120818952802155
|
62 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
---
|
64 |
|
65 |
# OPT : Open Pre-trained Transformer Language Models
|
|
|
60 |
type: loss
|
61 |
value: 0.6120818952802155
|
62 |
verified: true
|
63 |
+
- task:
|
64 |
+
type: zero-shot-classification
|
65 |
+
name: Zero-Shot Text Classification
|
66 |
+
dataset:
|
67 |
+
name: inverse-scaling/hindsight-neglect-10shot
|
68 |
+
type: inverse-scaling/hindsight-neglect-10shot
|
69 |
+
config: inverse-scaling--hindsight-neglect-10shot
|
70 |
+
split: train
|
71 |
+
metrics:
|
72 |
+
- name: Accuracy
|
73 |
+
type: accuracy
|
74 |
+
value: 0.44761904761904764
|
75 |
+
verified: true
|
76 |
+
- name: Loss
|
77 |
+
type: loss
|
78 |
+
value: 0.8747565217197888
|
79 |
+
verified: true
|
80 |
---
|
81 |
|
82 |
# OPT : Open Pre-trained Transformer Language Models
|