File size: 757 Bytes
4d864c7 de2ed43 9d7b497 de2ed43 f48079a de2ed43 4d864c7 9d7b497 f48079a 4d864c7 |
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 |
---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
- name: instruction_language
dtype: string
- name: output_language
dtype: string
- name: language_family
dtype: string
- name: region
dtype: string
- name: ethnicity
dtype: string
splits:
- name: train
num_bytes: 22038
num_examples: 76
- name: validation
num_bytes: 2208
num_examples: 9
- name: test
num_bytes: 3438
num_examples: 10
download_size: 20158
dataset_size: 27684
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|