metadata
dataset_info:
features:
- name: title
dtype: string
- name: category
dtype: string
- name: price
dtype: float64
- name: description
dtype: string
- name: weight
dtype: float64
- name: summary
dtype: 'null'
- name: prompt
dtype: 'null'
- name: id
dtype: 'null'
splits:
- name: train
num_bytes: 50751891
num_examples: 24000
- name: val
num_bytes: 6396612
num_examples: 3000
- name: test
num_bytes: 6328131
num_examples: 3000
download_size: 35146529
dataset_size: 63476634
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*