add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,25 @@ task_ids:
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: YahooAnswersQa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for YahooAnswersQa
|
@@ -143,4 +162,4 @@ pretty_name: YahooAnswersQa
|
|
143 |
[More Information Needed]
|
144 |
### Contributions
|
145 |
|
146 |
-
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: YahooAnswersQa
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: question
|
27 |
+
dtype: string
|
28 |
+
- name: answer
|
29 |
+
dtype: string
|
30 |
+
- name: nbestanswers
|
31 |
+
sequence: string
|
32 |
+
- name: main_category
|
33 |
+
dtype: string
|
34 |
+
config_name: yahoo_answers_qa
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 138540510
|
38 |
+
num_examples: 87362
|
39 |
+
download_size: 49411220
|
40 |
+
dataset_size: 138540510
|
41 |
---
|
42 |
|
43 |
# Dataset Card for YahooAnswersQa
|
|
|
162 |
[More Information Needed]
|
163 |
### Contributions
|
164 |
|
165 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|