autoevaluator HF staff commited on
Commit
e0b580e
1 Parent(s): 909a290

Add evaluation results on the constructive config and test split of phpthinh/exampletx

Browse files

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

@phpthinh

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-phpthinh__exampletx-constructive-666f04-1710259829).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=phpthinh/exampletx).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=phpthinh/exampletx).

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: phpthinh/exampletx
14
+ type: phpthinh/exampletx
15
+ config: constructive
16
+ split: test
17
+ metrics:
18
+ - name: Accuracy
19
+ type: accuracy
20
+ value: 0.364
21
+ verified: true
22
+ - name: Loss
23
+ type: loss
24
+ value: 7.144325956131412
25
+ verified: true
26
  ---
27
 
28