MicPie autoevaluator HF staff commited on
Commit
1931c38
1 Parent(s): 3b28414

Add evaluation results on the inverse-scaling--quote-repetition config and train split of inverse-scaling/quote-repetition (#4)

Browse files

- Add evaluation results on the inverse-scaling--quote-repetition config and train split of inverse-scaling/quote-repetition (b0a8a9dfd8af18a5de05afa14f4fe7945c58887c)


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

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -26,6 +26,23 @@ model-index:
26
  type: loss
27
  value: 0.7019585407276948
28
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # OPT : Open Pre-trained Transformer Language Models
 
26
  type: loss
27
  value: 0.7019585407276948
28
  verified: true
29
+ - task:
30
+ type: zero-shot-classification
31
+ name: Zero-Shot Text Classification
32
+ dataset:
33
+ name: inverse-scaling/quote-repetition
34
+ type: inverse-scaling/quote-repetition
35
+ config: inverse-scaling--quote-repetition
36
+ split: train
37
+ metrics:
38
+ - name: Accuracy
39
+ type: accuracy
40
+ value: 0.79
41
+ verified: true
42
+ - name: Loss
43
+ type: loss
44
+ value: 0.41041071306856103
45
+ verified: true
46
  ---
47
 
48
  # OPT : Open Pre-trained Transformer Language Models