| | --- |
| | annotations_creators: |
| | - crowdsourced |
| | language_creators: |
| | - crowdsourced |
| | - found |
| | language: |
| | - en |
| | license: cc-by-sa-4.0 |
| | multilinguality: |
| | - multilingual |
| | size_categories: |
| | - 10K<n<100K |
| | source_datasets: |
| | - own |
| | task_categories: |
| | - question-answering |
| | task_ids: |
| | - extractive-qa |
| | paperswithcode_id: hyperparameter |
| | pretty_name: Hyperparameter |
| | dataset_info: |
| | config_name: hyperparameter_dataset |
| | features: |
| | - name: id |
| | dtype: string |
| | - name: title |
| | dtype: string |
| | - name: context |
| | dtype: string |
| | - name: question |
| | dtype: string |
| | - name: answers |
| | sequence: |
| | - name: text |
| | dtype: string |
| | - name: answer_start |
| | dtype: int32 |
| | splits: |
| | - name: train |
| | num_bytes: 0 |
| | num_examples: 77970 |
| | - name: test |
| | num_bytes: 0 |
| | num_examples: 77970 |
| | - name: validation |
| | num_bytes: 0 |
| | num_examples: 77970 |
| | download_size: 0 |
| | dataset_size: 77970 |
| | configs: |
| | - config_name: hyperparameter_dataset |
| | data_files: |
| | - split: train |
| | path: hyperparameter_dataset/train/train |
| | - split: test |
| | path: hyperparameter_dataset/test/test |
| | - split: validation |
| | path: hyperparameter_dataset/validation/validation |
| | default: true |
| | train-eval-index: |
| | - config: hyperparameter_dataset |
| | task: question-answering |
| | task_id: extractive_question_answering |
| | splits: |
| | train_split: train |
| | test_split: test |
| | eval_split: validation |
| | col_mapping: |
| | question: question |
| | context: context |
| | answers: |
| | text: text |
| | answer_start: answer_start |
| | metrics: |
| | - type: qa-form |
| | name: qa-form |
| | --- |