Add evaluation results on the mathemakitten--winobias_antistereotype_test config and test split of mathemakitten/winobias_antistereotype_test

#10
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -2,8 +2,27 @@
2
  language: en
3
  tags:
4
  - exbert
5
-
6
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
 
2
  language: en
3
  tags:
4
  - exbert
 
5
  license: mit
6
+ model-index:
7
+ - name: gpt2
8
+ results:
9
+ - task:
10
+ type: zero-shot-classification
11
+ name: Zero-Shot Text Classification
12
+ dataset:
13
+ name: mathemakitten/winobias_antistereotype_test
14
+ type: mathemakitten/winobias_antistereotype_test
15
+ config: mathemakitten--winobias_antistereotype_test
16
+ split: test
17
+ metrics:
18
+ - name: Accuracy
19
+ type: accuracy
20
+ value: 0.47815533980582525
21
+ verified: true
22
+ - name: Loss
23
+ type: loss
24
+ value: 0.8833252791257609
25
+ verified: true
26
  ---
27
 
28