Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
10K - 100K
ArXiv:
License:
lenglaender
commited on
Commit
•
794d5f0
1
Parent(s):
f6db471
Upload dataset
Browse files
README.md
CHANGED
@@ -152,6 +152,29 @@ dataset_info:
|
|
152 |
num_examples: 1500
|
153 |
download_size: 1808676
|
154 |
dataset_size: 1845140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
configs:
|
156 |
- config_name: m2qa.chinese.creative_writing
|
157 |
data_files:
|
@@ -189,4 +212,10 @@ configs:
|
|
189 |
data_files:
|
190 |
- split: validation
|
191 |
path: m2qa.turkish.creative_writing/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
---
|
|
|
152 |
num_examples: 1500
|
153 |
download_size: 1808676
|
154 |
dataset_size: 1845140
|
155 |
+
- config_name: m2qa.turkish.news
|
156 |
+
features:
|
157 |
+
- name: id
|
158 |
+
dtype: string
|
159 |
+
- name: question
|
160 |
+
dtype: string
|
161 |
+
- name: context
|
162 |
+
dtype: string
|
163 |
+
- name: answers
|
164 |
+
struct:
|
165 |
+
- name: text
|
166 |
+
sequence: string
|
167 |
+
- name: answer_start
|
168 |
+
sequence: int64
|
169 |
+
splits:
|
170 |
+
- name: validation
|
171 |
+
num_bytes: 2071770
|
172 |
+
num_examples: 1500
|
173 |
+
- name: train
|
174 |
+
num_bytes: 1362485
|
175 |
+
num_examples: 1500
|
176 |
+
download_size: 2287668
|
177 |
+
dataset_size: 3434255
|
178 |
configs:
|
179 |
- config_name: m2qa.chinese.creative_writing
|
180 |
data_files:
|
|
|
212 |
data_files:
|
213 |
- split: validation
|
214 |
path: m2qa.turkish.creative_writing/validation-*
|
215 |
+
- config_name: m2qa.turkish.news
|
216 |
+
data_files:
|
217 |
+
- split: validation
|
218 |
+
path: m2qa.turkish.news/validation-*
|
219 |
+
- split: train
|
220 |
+
path: m2qa.turkish.news/train-*
|
221 |
---
|
m2qa.turkish.news/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7659b5f4ff810b26ee47c6075e08b8dfb251c7c6da093e6cdefc7d42ae26040e
|
3 |
+
size 249579
|
m2qa.turkish.news/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8665b246ec2589b91361f552844d44ef03707ffa72053e7c1ccb0616e649f4
|
3 |
+
size 2038089
|