Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,69 @@ task_ids:
|
|
20 |
- open-domain-abstractive-qa
|
21 |
paperswithcode_id: eli5
|
22 |
pretty_name: ELI5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for ELI5
|
@@ -208,4 +271,4 @@ The licensing status of the dataset hinges on the legal status of the [Pushshift
|
|
208 |
|
209 |
### Contributions
|
210 |
|
211 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.
|
|
|
20 |
- open-domain-abstractive-qa
|
21 |
paperswithcode_id: eli5
|
22 |
pretty_name: ELI5
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: q_id
|
26 |
+
dtype: string
|
27 |
+
- name: title
|
28 |
+
dtype: string
|
29 |
+
- name: selftext
|
30 |
+
dtype: string
|
31 |
+
- name: document
|
32 |
+
dtype: string
|
33 |
+
- name: subreddit
|
34 |
+
dtype: string
|
35 |
+
- name: answers
|
36 |
+
sequence:
|
37 |
+
- name: a_id
|
38 |
+
dtype: string
|
39 |
+
- name: text
|
40 |
+
dtype: string
|
41 |
+
- name: score
|
42 |
+
dtype: int32
|
43 |
+
- name: title_urls
|
44 |
+
sequence:
|
45 |
+
- name: url
|
46 |
+
dtype: string
|
47 |
+
- name: selftext_urls
|
48 |
+
sequence:
|
49 |
+
- name: url
|
50 |
+
dtype: string
|
51 |
+
- name: answers_urls
|
52 |
+
sequence:
|
53 |
+
- name: url
|
54 |
+
dtype: string
|
55 |
+
config_name: LFQA_reddit
|
56 |
+
splits:
|
57 |
+
- name: test_askh
|
58 |
+
num_bytes: 36246784
|
59 |
+
num_examples: 9764
|
60 |
+
- name: test_asks
|
61 |
+
num_bytes: 17713920
|
62 |
+
num_examples: 4462
|
63 |
+
- name: test_eli5
|
64 |
+
num_bytes: 53099796
|
65 |
+
num_examples: 24512
|
66 |
+
- name: train_askh
|
67 |
+
num_bytes: 330483260
|
68 |
+
num_examples: 98525
|
69 |
+
- name: train_asks
|
70 |
+
num_bytes: 286464210
|
71 |
+
num_examples: 131778
|
72 |
+
- name: train_eli5
|
73 |
+
num_bytes: 577188173
|
74 |
+
num_examples: 272634
|
75 |
+
- name: validation_askh
|
76 |
+
num_bytes: 18690845
|
77 |
+
num_examples: 4901
|
78 |
+
- name: validation_asks
|
79 |
+
num_bytes: 9662481
|
80 |
+
num_examples: 2281
|
81 |
+
- name: validation_eli5
|
82 |
+
num_bytes: 21117891
|
83 |
+
num_examples: 9812
|
84 |
+
download_size: 6326543
|
85 |
+
dataset_size: 1350667360
|
86 |
---
|
87 |
|
88 |
# Dataset Card for ELI5
|
|
|
271 |
|
272 |
### Contributions
|
273 |
|
274 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.
|