File size: 528 Bytes
38f10a2 c558c4a 38f10a2 c558c4a 38f10a2 | 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 | ---
dataset_info:
features:
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
- name: dataset
dtype: string
- name: tag
dtype: string
splits:
- name: train
num_bytes: 3481342830
num_examples: 196923
- name: eval
num_bytes: 387523026
num_examples: 21805
download_size: 2007244913
dataset_size: 3868865856
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
---
|