add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,91 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: null
|
5 |
pretty_name: qangaroo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "qangaroo"
|
@@ -211,4 +296,4 @@ The data fields are the same among all splits.
|
|
211 |
|
212 |
### Contributions
|
213 |
|
214 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: null
|
5 |
pretty_name: qangaroo
|
6 |
+
dataset_info:
|
7 |
+
- config_name: medhop
|
8 |
+
features:
|
9 |
+
- name: query
|
10 |
+
dtype: string
|
11 |
+
- name: supports
|
12 |
+
sequence: string
|
13 |
+
- name: candidates
|
14 |
+
sequence: string
|
15 |
+
- name: answer
|
16 |
+
dtype: string
|
17 |
+
- name: id
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 93947725
|
22 |
+
num_examples: 1620
|
23 |
+
- name: validation
|
24 |
+
num_bytes: 16463555
|
25 |
+
num_examples: 342
|
26 |
+
download_size: 339843061
|
27 |
+
dataset_size: 110411280
|
28 |
+
- config_name: masked_medhop
|
29 |
+
features:
|
30 |
+
- name: query
|
31 |
+
dtype: string
|
32 |
+
- name: supports
|
33 |
+
sequence: string
|
34 |
+
- name: candidates
|
35 |
+
sequence: string
|
36 |
+
- name: answer
|
37 |
+
dtype: string
|
38 |
+
- name: id
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 95823986
|
43 |
+
num_examples: 1620
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 16802484
|
46 |
+
num_examples: 342
|
47 |
+
download_size: 339843061
|
48 |
+
dataset_size: 112626470
|
49 |
+
- config_name: wikihop
|
50 |
+
features:
|
51 |
+
- name: query
|
52 |
+
dtype: string
|
53 |
+
- name: supports
|
54 |
+
sequence: string
|
55 |
+
- name: candidates
|
56 |
+
sequence: string
|
57 |
+
- name: answer
|
58 |
+
dtype: string
|
59 |
+
- name: id
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 325994029
|
64 |
+
num_examples: 43738
|
65 |
+
- name: validation
|
66 |
+
num_bytes: 40869634
|
67 |
+
num_examples: 5129
|
68 |
+
download_size: 339843061
|
69 |
+
dataset_size: 366863663
|
70 |
+
- config_name: masked_wikihop
|
71 |
+
features:
|
72 |
+
- name: query
|
73 |
+
dtype: string
|
74 |
+
- name: supports
|
75 |
+
sequence: string
|
76 |
+
- name: candidates
|
77 |
+
sequence: string
|
78 |
+
- name: answer
|
79 |
+
dtype: string
|
80 |
+
- name: id
|
81 |
+
dtype: string
|
82 |
+
splits:
|
83 |
+
- name: train
|
84 |
+
num_bytes: 348290479
|
85 |
+
num_examples: 43738
|
86 |
+
- name: validation
|
87 |
+
num_bytes: 43689810
|
88 |
+
num_examples: 5129
|
89 |
+
download_size: 339843061
|
90 |
+
dataset_size: 391980289
|
91 |
---
|
92 |
|
93 |
# Dataset Card for "qangaroo"
|
|
|
296 |
|
297 |
### Contributions
|
298 |
|
299 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
|