File size: 659 Bytes
1768a7c |
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: Image
dtype: image
- name: Name
dtype: string
- name: SKU
dtype: string
- name: Class
dtype: string
- name: Size (mm*mm)
sequence: int64
- name: Size (ft*ft)
sequence: int64
- name: Category
sequence: int64
- name: Species
dtype: string
- name: Structure
dtype: string
- name: Price (INR)
dtype: float64
- name: Product URL
dtype: string
splits:
- name: train
num_bytes: 32848701.0
num_examples: 430
download_size: 30852291
dataset_size: 32848701.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|