File size: 688 Bytes
1911eb8 |
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 |
---
dataset_info:
features:
- name: Price
dtype: float64
- name: Product Description
dtype: string
- name: Product ID
dtype: float64
- name: Product Name
dtype: string
- name: Store
dtype: string
- name: Tags
dtype: string
- name: Vendor
dtype: string
- name: Size
sequence: string
- name: Product Image Link
dtype: string
- name: image_bytes
dtype: binary
- name: enhanced_description
dtype: string
splits:
- name: train
num_bytes: 1524446448
num_examples: 8832
download_size: 1335673004
dataset_size: 1524446448
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|