Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
8b22ea6
1 Parent(s): 14d3b72

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -24,6 +24,36 @@ pretty_name: ZEST
24
  tags:
25
  - output-structure
26
  - yes-no-qa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for "ZEST: ZEroShot learning from Task descriptions"
24
  tags:
25
  - output-structure
26
  - yes-no-qa
27
+ dataset_info:
28
+ features:
29
+ - name: task_id
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: generalization_type
34
+ dtype: string
35
+ - name: derives_from
36
+ sequence: string
37
+ - name: domain
38
+ dtype: string
39
+ - name: context
40
+ dtype: string
41
+ - name: answer
42
+ sequence: string
43
+ - name: all_answers
44
+ sequence: string
45
+ splits:
46
+ - name: test
47
+ num_bytes: 9280845
48
+ num_examples: 11980
49
+ - name: train
50
+ num_bytes: 9588987
51
+ num_examples: 10766
52
+ - name: validation
53
+ num_bytes: 2056804
54
+ num_examples: 2280
55
+ download_size: 5796188
56
+ dataset_size: 20926636
57
  ---
58
 
59
  # Dataset Card for "ZEST: ZEroShot learning from Task descriptions"