Answer_question / README.md
onsba's picture
Update README.md
f7c0c52 verified
|
raw
history blame
663 Bytes
---
license: other
license_name: ons
license_link: LICENSE
dataset_info:
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: 71681.34959349594
num_examples: 172
- name: test
num_bytes: 30839.650406504064
num_examples: 74
download_size: 19380
dataset_size: 102521.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---