File size: 718 Bytes
561cca6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
dataset_info:
config_name: hi
features:
- name: context
dtype: string
- name: title
dtype: string
- name: lang
dtype: string
- name: answers
list:
- name: answer_start
dtype: int64
- name: text
dtype: string
- name: id
dtype: string
- name: question
dtype: string
splits:
- name: train
num_bytes: 254588
num_examples: 103
- name: test
num_bytes: 2929434
num_examples: 1190
- name: dev
num_bytes: 247672
num_examples: 111
download_size: 430286
dataset_size: 3431694
configs:
- config_name: hi
data_files:
- split: train
path: hi/train-*
- split: test
path: hi/test-*
- split: dev
path: hi/dev-*
---
|