UQA / README.md
sameearif's picture
Upload README.md with huggingface_hub
2e123bb
|
raw
history blame
777 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: is_impossible
dtype: bool
- name: answer
dtype: string
- name: answer_start
dtype: int64
splits:
- name: train
num_bytes: 179645367
num_examples: 124745
- name: validation
num_bytes: 25813266
num_examples: 16824
download_size: 36203334
dataset_size: 205458633
---
# Dataset Card for "UQA"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)