Datasets:
Add 'pt' config data files
Browse files- README.md +52 -0
- pt/test-00000-of-00001.parquet +3 -0
- pt/train-00000-of-00001.parquet +3 -0
- pt/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -77,6 +77,14 @@ configs:
|
|
77 |
path: ja/validation-*
|
78 |
- split: test
|
79 |
path: ja/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
dataset_info:
|
81 |
- config_name: ar
|
82 |
features:
|
@@ -298,6 +306,50 @@ dataset_info:
|
|
298 |
num_examples: 4000
|
299 |
download_size: 2032694
|
300 |
dataset_size: 5366359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
---
|
302 |
|
303 |
# Mintaka: A Complex, Natural, and Multilingual Dataset for End-to-End Question Answering
|
|
|
77 |
path: ja/validation-*
|
78 |
- split: test
|
79 |
path: ja/test-*
|
80 |
+
- config_name: pt
|
81 |
+
data_files:
|
82 |
+
- split: train
|
83 |
+
path: pt/train-*
|
84 |
+
- split: validation
|
85 |
+
path: pt/validation-*
|
86 |
+
- split: test
|
87 |
+
path: pt/test-*
|
88 |
dataset_info:
|
89 |
- config_name: ar
|
90 |
features:
|
|
|
306 |
num_examples: 4000
|
307 |
download_size: 2032694
|
308 |
dataset_size: 5366359
|
309 |
+
- config_name: pt
|
310 |
+
features:
|
311 |
+
- name: id
|
312 |
+
dtype: string
|
313 |
+
- name: lang
|
314 |
+
dtype: string
|
315 |
+
- name: question
|
316 |
+
dtype: string
|
317 |
+
- name: answerText
|
318 |
+
dtype: string
|
319 |
+
- name: category
|
320 |
+
dtype: string
|
321 |
+
- name: complexityType
|
322 |
+
dtype: string
|
323 |
+
- name: questionEntity
|
324 |
+
list:
|
325 |
+
- name: name
|
326 |
+
dtype: string
|
327 |
+
- name: entityType
|
328 |
+
dtype: string
|
329 |
+
- name: label
|
330 |
+
dtype: string
|
331 |
+
- name: mention
|
332 |
+
dtype: string
|
333 |
+
- name: span
|
334 |
+
list: int32
|
335 |
+
- name: answerEntity
|
336 |
+
list:
|
337 |
+
- name: name
|
338 |
+
dtype: string
|
339 |
+
- name: label
|
340 |
+
dtype: string
|
341 |
+
splits:
|
342 |
+
- name: train
|
343 |
+
num_bytes: 3283012
|
344 |
+
num_examples: 14000
|
345 |
+
- name: validation
|
346 |
+
num_bytes: 472389
|
347 |
+
num_examples: 2000
|
348 |
+
- name: test
|
349 |
+
num_bytes: 936491
|
350 |
+
num_examples: 4000
|
351 |
+
download_size: 1851000
|
352 |
+
dataset_size: 4691892
|
353 |
---
|
354 |
|
355 |
# Mintaka: A Complex, Natural, and Multilingual Dataset for End-to-End Question Answering
|
pt/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d23837ade3cd345a1d41f1cb604829c2f88c3ac47a51880eb2b5c92ad0133fd
|
3 |
+
size 399482
|
pt/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58f0733590a97c1f5077f10122752afe6dd349180616c10e2dcb20a33bc267b5
|
3 |
+
size 1236734
|
pt/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db3b749c095fb345c03d9cb4225e3bd6838ed9b52b63f58efe96ebe8ebe2d486
|
3 |
+
size 214784
|