File size: 492 Bytes
37f633b 7fb4c5f 37f633b 7fb4c5f 37f633b 7fb4c5f 37f633b |
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 |
---
dataset_info:
features:
- name: target_smiles
dtype: string
- name: prompt
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 71371756
num_examples: 20000
- name: test
num_bytes: 33129765
num_examples: 9269
download_size: 16004348
dataset_size: 104501521
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|