Datasets:
ArXiv:
License:
move YAML instructions to top section
Browse files
README.md
CHANGED
@@ -1,93 +1,8 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
5 |
-
---
|
6 |
-
annotations_creators:
|
7 |
-
- no-annotation
|
8 |
-
language_creators:
|
9 |
-
- found
|
10 |
-
language:
|
11 |
-
- en
|
12 |
license:
|
13 |
-
-
|
14 |
-
|
15 |
-
-
|
16 |
-
size_categories:
|
17 |
-
- 100K<n<1M
|
18 |
-
source_datasets:
|
19 |
-
- original
|
20 |
-
task_categories:
|
21 |
-
- text2text-generation
|
22 |
-
task_ids:
|
23 |
-
- abstractive-qa
|
24 |
-
- open-domain-abstractive-qa
|
25 |
-
paperswithcode_id: eli5
|
26 |
-
pretty_name: ELI5
|
27 |
-
viewer: false
|
28 |
-
dataset_info:
|
29 |
-
features:
|
30 |
-
- name: q_id
|
31 |
-
dtype: string
|
32 |
-
- name: title
|
33 |
-
dtype: string
|
34 |
-
- name: selftext
|
35 |
-
dtype: string
|
36 |
-
- name: document
|
37 |
-
dtype: string
|
38 |
-
- name: subreddit
|
39 |
-
dtype: string
|
40 |
-
- name: answers
|
41 |
-
sequence:
|
42 |
-
- name: a_id
|
43 |
-
dtype: string
|
44 |
-
- name: text
|
45 |
-
dtype: string
|
46 |
-
- name: score
|
47 |
-
dtype: int32
|
48 |
-
- name: title_urls
|
49 |
-
sequence:
|
50 |
-
- name: url
|
51 |
-
dtype: string
|
52 |
-
- name: selftext_urls
|
53 |
-
sequence:
|
54 |
-
- name: url
|
55 |
-
dtype: string
|
56 |
-
- name: answers_urls
|
57 |
-
sequence:
|
58 |
-
- name: url
|
59 |
-
dtype: string
|
60 |
-
config_name: LFQA_reddit
|
61 |
-
splits:
|
62 |
-
- name: train_eli5
|
63 |
-
num_bytes: 577188173
|
64 |
-
num_examples: 272634
|
65 |
-
- name: validation_eli5
|
66 |
-
num_bytes: 21117891
|
67 |
-
num_examples: 9812
|
68 |
-
- name: test_eli5
|
69 |
-
num_bytes: 53099796
|
70 |
-
num_examples: 24512
|
71 |
-
- name: train_asks
|
72 |
-
num_bytes: 286464210
|
73 |
-
num_examples: 131778
|
74 |
-
- name: validation_asks
|
75 |
-
num_bytes: 9662481
|
76 |
-
num_examples: 2281
|
77 |
-
- name: test_asks
|
78 |
-
num_bytes: 17713920
|
79 |
-
num_examples: 4462
|
80 |
-
- name: train_askh
|
81 |
-
num_bytes: 330483260
|
82 |
-
num_examples: 98525
|
83 |
-
- name: validation_askh
|
84 |
-
num_bytes: 18690845
|
85 |
-
num_examples: 4901
|
86 |
-
- name: test_askh
|
87 |
-
num_bytes: 36246784
|
88 |
-
num_examples: 9764
|
89 |
-
download_size: 6326543
|
90 |
-
dataset_size: 1350667360
|
91 |
---
|
92 |
|
93 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license:
|
3 |
+
- mit
|
4 |
+
Add YAML tags here - Delete these instructions and copy-paste the YAML tags obtained with the online tagging app:
|
5 |
+
- https://huggingface.co/spaces/huggingface/datasets-tagging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
|