File size: 596 Bytes
7ab3c82 | 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 | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: completion
dtype: string
- name: text
dtype: string
- name: metadata_depth
dtype: int64
- name: metadata_digits
dtype: int64
- name: char_length
dtype: int64
splits:
- name: train
num_bytes: 72902910
num_examples: 900000
- name: validation
num_bytes: 8100323
num_examples: 100000
download_size: 33467293
dataset_size: 81003233
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|