MicPie autoevaluator HF staff commited on
Commit
652c760
1 Parent(s): 38be29f

Add evaluation results on the inverse-scaling--41 config and train split of inverse-scaling/41 (#1)

Browse files

- Add evaluation results on the inverse-scaling--41 config and train split of inverse-scaling/41 (4f2e6822045f1824b05342b1092266a6c9326af7)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +20 -1
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: inverse-scaling/opt-66b_eval
11
+ results:
12
+ - task:
13
+ type: zero-shot-classification
14
+ name: Zero-Shot Text Classification
15
+ dataset:
16
+ name: inverse-scaling/41
17
+ type: inverse-scaling/41
18
+ config: inverse-scaling--41
19
+ split: train
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.5366666666666666
24
+ verified: true
25
+ - name: Loss
26
+ type: loss
27
+ value: 0.7120504426956177
28
+ verified: true
29
  ---
30
 
31
  # OPT : Open Pre-trained Transformer Language Models