Datasets:
add dataset_info in dataset metadata
Browse files
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"
|