Add evaluation results on the autoevaluate--zero-shot-classification-sample config and test split of autoevaluate/zero-shot-classification-sample

#18
by lewtun HF staff - opened
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,9 +1,31 @@
1
  ---
2
  language: en
3
- inference: false
4
  tags:
5
  - text-generation
6
  - opt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  Hello. I am a model, to be evaluated.
 
1
  ---
2
  language: en
 
3
  tags:
4
  - text-generation
5
  - opt
6
+ inference: false
7
+ model-index:
8
+ - name: autoevaluate/zero-shot-classification
9
+ results:
10
+ - task:
11
+ type: zero-shot-classification
12
+ name: Zero-Shot Text Classification
13
+ dataset:
14
+ name: autoevaluate/zero-shot-classification-sample
15
+ type: autoevaluate/zero-shot-classification-sample
16
+ config: autoevaluate--zero-shot-classification-sample
17
+ split: test
18
+ metrics:
19
+ - type: accuracy
20
+ value: 0.6666666666666666
21
+ name: Accuracy
22
+ verified: true
23
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTg1ZDNmNzM2NjQwMTNiNjBlZTAxZmE0M2M4MDBlM2RiNmI3YzhkMDIxZmRhODI4ZjJlOGZkOTZlMzZlZWVmNCIsInZlcnNpb24iOjF9._XlVZFP_NtfxR13DU_Zonv5aIYnOgacWCaMzqSN0Tkhewx1VRPakTgH4PBbUJXDI4dypKfEVRFdIutclgenYAw
24
+ - type: loss
25
+ value: 0.5084398140509924
26
+ name: Loss
27
+ verified: true
28
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWZiODlmZTA1YjY5ODg2MTM3YThiZWVkYTAxMjQ5Njc2NTY1YTc4NGNiNjE2ZjBhY2EwZGRmMTNmYjc3MWIzYyIsInZlcnNpb24iOjF9.4qnZD2KLSKY3BoXIIOlAHE1ZecM7EfU-4i_l-nHtlp7O9AaL_IB2573wOeJpEQMQEQV_r_PnXRKlX1u5OzUkAA
29
  ---
30
 
31
  Hello. I am a model, to be evaluated.