Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -35,6 +35,41 @@ dataset_info:
|
|
35 |
num_examples: 500
|
36 |
download_size: 5185124
|
37 |
dataset_size: 12536821
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
configs:
|
39 |
- config_name: en
|
40 |
data_files:
|
@@ -42,4 +77,10 @@ configs:
|
|
42 |
path: en/train-*
|
43 |
- split: test
|
44 |
path: en/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: en
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
|
|
35 |
num_examples: 500
|
36 |
download_size: 5185124
|
37 |
dataset_size: 12536821
|
38 |
+
- config_name: es
|
39 |
+
features:
|
40 |
+
- name: id
|
41 |
+
dtype: string
|
42 |
+
- name: type
|
43 |
+
dtype: string
|
44 |
+
- name: body
|
45 |
+
dtype: string
|
46 |
+
- name: ideal_answer
|
47 |
+
sequence: string
|
48 |
+
- name: exact_answer
|
49 |
+
sequence: string
|
50 |
+
- name: snippets
|
51 |
+
sequence: string
|
52 |
+
- name: documents
|
53 |
+
sequence: string
|
54 |
+
- name: triples
|
55 |
+
list:
|
56 |
+
- name: p
|
57 |
+
dtype: string
|
58 |
+
- name: s
|
59 |
+
dtype: string
|
60 |
+
- name: o
|
61 |
+
dtype: string
|
62 |
+
- name: concepts
|
63 |
+
sequence: string
|
64 |
+
splits:
|
65 |
+
- name: train
|
66 |
+
num_bytes: 11694723
|
67 |
+
num_examples: 2251
|
68 |
+
- name: test
|
69 |
+
num_bytes: 1808733
|
70 |
+
num_examples: 500
|
71 |
+
download_size: 5417329
|
72 |
+
dataset_size: 13503456
|
73 |
configs:
|
74 |
- config_name: en
|
75 |
data_files:
|
|
|
77 |
path: en/train-*
|
78 |
- split: test
|
79 |
path: en/test-*
|
80 |
+
- config_name: es
|
81 |
+
data_files:
|
82 |
+
- split: train
|
83 |
+
path: es/train-*
|
84 |
+
- split: test
|
85 |
+
path: es/test-*
|
86 |
---
|