Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,7 +8,29 @@ task_categories:
|
|
8 |
- text-generation
|
9 |
- question-answering
|
10 |
dataset_info:
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
features:
|
13 |
- name: question
|
14 |
dtype: string
|
@@ -28,6 +50,14 @@ dataset_info:
|
|
28 |
download_size: 2949137
|
29 |
dataset_size: 6275985
|
30 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- config_name: original-splits
|
32 |
data_files:
|
33 |
- split: train
|
|
|
8 |
- text-generation
|
9 |
- question-answering
|
10 |
dataset_info:
|
11 |
+
- config_name: default
|
12 |
+
features:
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: chain
|
16 |
+
dtype: string
|
17 |
+
- name: result
|
18 |
+
dtype: string
|
19 |
+
- name: result_float
|
20 |
+
dtype: float64
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 5176237.798340693
|
24 |
+
num_examples: 7273
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 142341.20165930683
|
27 |
+
num_examples: 200
|
28 |
+
- name: test
|
29 |
+
num_bytes: 957406
|
30 |
+
num_examples: 1319
|
31 |
+
download_size: 2958009
|
32 |
+
dataset_size: 6275985.0
|
33 |
+
- config_name: original-splits
|
34 |
features:
|
35 |
- name: question
|
36 |
dtype: string
|
|
|
50 |
download_size: 2949137
|
51 |
dataset_size: 6275985
|
52 |
configs:
|
53 |
+
- config_name: default
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path: data/train-*
|
57 |
+
- split: validation
|
58 |
+
path: data/validation-*
|
59 |
+
- split: test
|
60 |
+
path: data/test-*
|
61 |
- config_name: original-splits
|
62 |
data_files:
|
63 |
- split: train
|