autoevaluator HF staff commited on
Commit
743ee5f
1 Parent(s): 10517ad

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

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the mathemakitten--winobias_antistereotype_test config and test split of the [mathemakitten/winobias_antistereotype_test](https://huggingface.co/datasets/mathemakitten/winobias_antistereotype_test) dataset by

@ddcas

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-mathemakitten__winobias_antistereotype_test-mathemakitt-596cbd-1668659069).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=mathemakitten/winobias_antistereotype_test).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=mathemakitten/winobias_antistereotype_test).

Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -3,9 +3,28 @@ language: en
3
  inference: false
4
  tags:
5
  - text-generation
6
-
7
  license: other
8
  commercial: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
 
 
3
  inference: false
4
  tags:
5
  - text-generation
 
6
  license: other
7
  commercial: false
8
+ model-index:
9
+ - name: facebook/opt-350m
10
+ results:
11
+ - task:
12
+ type: zero-shot-classification
13
+ name: Zero-Shot Text Classification
14
+ dataset:
15
+ name: mathemakitten/winobias_antistereotype_test
16
+ type: mathemakitten/winobias_antistereotype_test
17
+ config: mathemakitten--winobias_antistereotype_test
18
+ split: test
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.4830097087378641
23
+ verified: true
24
+ - name: Loss
25
+ type: loss
26
+ value: 1.063652910191155
27
+ verified: true
28
  ---
29
 
30