File size: 726 Bytes
e0ba032 33a9c88 e1dac99 33a9c88 e1dac99 33a9c88 e1dac99 33a9c88 e1dac99 33a9c88 e1dac99 33a9c88 e1dac99 e0ba032 |
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 |
---
license: cc-by-sa-4.0
dataset_info:
features:
- name: file
struct:
- name: bytes
dtype: 'null'
- name: path
dtype: string
- name: qa_id
dtype: int64
- name: ques_en
dtype: string
- name: ans_en
dtype: string
- name: ques_ha
dtype: string
- name: ans_ha
dtype: string
splits:
- name: train
num_bytes: 797759
num_examples: 4816
- name: dev
num_bytes: 98332
num_examples: 602
- name: test
num_bytes: 97440
num_examples: 602
download_size: 339122
dataset_size: 993531
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
- split: test
path: data/test-*
---
|