Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
Spanish
Size:
10K<n<100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,32 @@ task_ids:
|
|
19 |
- extractive-qa
|
20 |
paperswithcode_id: squad-es
|
21 |
pretty_name: SQuAD-es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "squad_es"
|
@@ -188,4 +214,4 @@ archivePrefix = {arXiv},
|
|
188 |
|
189 |
### Contributions
|
190 |
|
191 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
19 |
- extractive-qa
|
20 |
paperswithcode_id: squad-es
|
21 |
pretty_name: SQuAD-es
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: title
|
27 |
+
dtype: string
|
28 |
+
- name: context
|
29 |
+
dtype: string
|
30 |
+
- name: question
|
31 |
+
dtype: string
|
32 |
+
- name: answers
|
33 |
+
sequence:
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
- name: answer_start
|
37 |
+
dtype: int32
|
38 |
+
config_name: v1.1.0
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 83680438
|
42 |
+
num_examples: 87595
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 10955800
|
45 |
+
num_examples: 10570
|
46 |
+
download_size: 39291362
|
47 |
+
dataset_size: 94636238
|
48 |
---
|
49 |
|
50 |
# Dataset Card for "squad_es"
|
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun) for adding this dataset.
|