Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -70,6 +70,41 @@ dataset_info:
|
|
70 |
num_examples: 500
|
71 |
download_size: 5417329
|
72 |
dataset_size: 13503456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
configs:
|
74 |
- config_name: en
|
75 |
data_files:
|
@@ -83,4 +118,10 @@ configs:
|
|
83 |
path: es/train-*
|
84 |
- split: test
|
85 |
path: es/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
---
|
|
|
70 |
num_examples: 500
|
71 |
download_size: 5417329
|
72 |
dataset_size: 13503456
|
73 |
+
- config_name: fr
|
74 |
+
features:
|
75 |
+
- name: id
|
76 |
+
dtype: string
|
77 |
+
- name: type
|
78 |
+
dtype: string
|
79 |
+
- name: body
|
80 |
+
dtype: string
|
81 |
+
- name: ideal_answer
|
82 |
+
sequence: string
|
83 |
+
- name: exact_answer
|
84 |
+
sequence: string
|
85 |
+
- name: snippets
|
86 |
+
sequence: string
|
87 |
+
- name: documents
|
88 |
+
sequence: string
|
89 |
+
- name: triples
|
90 |
+
list:
|
91 |
+
- name: p
|
92 |
+
dtype: string
|
93 |
+
- name: s
|
94 |
+
dtype: string
|
95 |
+
- name: o
|
96 |
+
dtype: string
|
97 |
+
- name: concepts
|
98 |
+
sequence: string
|
99 |
+
splits:
|
100 |
+
- name: train
|
101 |
+
num_bytes: 11760491
|
102 |
+
num_examples: 2251
|
103 |
+
- name: test
|
104 |
+
num_bytes: 1799313
|
105 |
+
num_examples: 500
|
106 |
+
download_size: 5402467
|
107 |
+
dataset_size: 13559804
|
108 |
configs:
|
109 |
- config_name: en
|
110 |
data_files:
|
|
|
118 |
path: es/train-*
|
119 |
- split: test
|
120 |
path: es/test-*
|
121 |
+
- config_name: fr
|
122 |
+
data_files:
|
123 |
+
- split: train
|
124 |
+
path: fr/train-*
|
125 |
+
- split: test
|
126 |
+
path: fr/test-*
|
127 |
---
|