MicPie autoevaluator HF staff commited on
Commit
73bbd42
1 Parent(s): 51bc8bd

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

Browse files

- Add evaluation results on the inverse-scaling--NeQA config and train split of inverse-scaling/NeQA (5bee904487f8cb9f40de34acda12d4fd22098d0a)


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

Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,6 +5,26 @@ tags:
5
  - text-generation
6
  license: other
7
  commercial: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
 
 
5
  - text-generation
6
  license: other
7
  commercial: false
8
+ model-index:
9
+ - name: inverse-scaling/opt-350m_eval
10
+ results:
11
+ - task:
12
+ type: zero-shot-classification
13
+ name: Zero-Shot Text Classification
14
+ dataset:
15
+ name: inverse-scaling/NeQA
16
+ type: inverse-scaling/NeQA
17
+ config: inverse-scaling--NeQA
18
+ split: train
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.4666666666666667
23
+ verified: true
24
+ - name: Loss
25
+ type: loss
26
+ value: 0.9192380222864449
27
+ verified: true
28
  ---
29
 
30