File size: 659 Bytes
8c54ac9 6e9c703 8c54ac9 |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: question
dtype: string
- name: option_a
dtype: string
- name: option_b
dtype: string
- name: option_c
dtype: string
- name: option_d
dtype: string
- name: answer
dtype: string
splits:
- name: test_historia
num_bytes: 33842
num_examples: 49
- name: fewshot_historia
num_bytes: 2958
num_examples: 5
download_size: 33908
dataset_size: 36800
configs:
- config_name: default
data_files:
- split: test_historia
path: data/test_historia-*
- split: fewshot_historia
path: data/fewshot_historia-*
---
|