Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Size:
100K - 1M
ArXiv:
License:
Commit
·
4c16b25
1
Parent(s):
26a8f46
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
|
@@ -105,15 +105,15 @@ dataset_info:
|
|
| 105 |
- name: language
|
| 106 |
dtype: string
|
| 107 |
splits:
|
| 108 |
-
- name: test
|
| 109 |
-
num_bytes: 5753625
|
| 110 |
-
num_examples: 13510
|
| 111 |
- name: train
|
| 112 |
num_bytes: 3385865
|
| 113 |
num_examples: 7961
|
| 114 |
- name: validation
|
| 115 |
num_bytes: 1143067
|
| 116 |
num_examples: 2672
|
|
|
|
|
|
|
|
|
|
| 117 |
download_size: 169745177
|
| 118 |
dataset_size: 10282557
|
| 119 |
- config_name: multilingual_with_para
|
|
@@ -143,15 +143,15 @@ dataset_info:
|
|
| 143 |
- name: language
|
| 144 |
dtype: string
|
| 145 |
splits:
|
| 146 |
-
- name: test
|
| 147 |
-
num_bytes: 207981218
|
| 148 |
-
num_examples: 13510
|
| 149 |
- name: train
|
| 150 |
num_bytes: 127298595
|
| 151 |
num_examples: 7961
|
| 152 |
- name: validation
|
| 153 |
num_bytes: 42713069
|
| 154 |
num_examples: 2672
|
|
|
|
|
|
|
|
|
|
| 155 |
download_size: 169745177
|
| 156 |
dataset_size: 377992882
|
| 157 |
- config_name: crosslingual_test
|
|
|
|
| 105 |
- name: language
|
| 106 |
dtype: string
|
| 107 |
splits:
|
|
|
|
|
|
|
|
|
|
| 108 |
- name: train
|
| 109 |
num_bytes: 3385865
|
| 110 |
num_examples: 7961
|
| 111 |
- name: validation
|
| 112 |
num_bytes: 1143067
|
| 113 |
num_examples: 2672
|
| 114 |
+
- name: test
|
| 115 |
+
num_bytes: 5753625
|
| 116 |
+
num_examples: 13510
|
| 117 |
download_size: 169745177
|
| 118 |
dataset_size: 10282557
|
| 119 |
- config_name: multilingual_with_para
|
|
|
|
| 143 |
- name: language
|
| 144 |
dtype: string
|
| 145 |
splits:
|
|
|
|
|
|
|
|
|
|
| 146 |
- name: train
|
| 147 |
num_bytes: 127298595
|
| 148 |
num_examples: 7961
|
| 149 |
- name: validation
|
| 150 |
num_bytes: 42713069
|
| 151 |
num_examples: 2672
|
| 152 |
+
- name: test
|
| 153 |
+
num_bytes: 207981218
|
| 154 |
+
num_examples: 13510
|
| 155 |
download_size: 169745177
|
| 156 |
dataset_size: 377992882
|
| 157 |
- config_name: crosslingual_test
|