Persian-Text-QA / README.md
SeyedAli's picture
Upload README.md with huggingface_hub
2ad6b4a
|
raw
history blame
No virus
622 Bytes
---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: int32
- 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: 18042405
num_examples: 9008
- name: validation
num_bytes: 1863345
num_examples: 930
download_size: 1788848
dataset_size: 19905750
---