| | --- |
| | dataset_info: |
| | features: |
| | - name: id |
| | dtype: string |
| | - name: title |
| | dtype: string |
| | - name: context |
| | dtype: string |
| | - name: question |
| | dtype: string |
| | - name: answers |
| | struct: |
| | - name: text |
| | list: string |
| | - name: answer_start |
| | list: int64 |
| | - name: translated_question |
| | dtype: string |
| | - name: translation_method_question |
| | dtype: string |
| | - name: translated_context |
| | dtype: string |
| | - name: translation_method_context |
| | dtype: string |
| | splits: |
| | - name: train |
| | num_bytes: 274972247 |
| | num_examples: 87599 |
| | download_size: 66491048 |
| | dataset_size: 274972247 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | --- |
| | |