File size: 768 Bytes
1642a64
 
f9b8465
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1642a64
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
39
40
41
---
license: apache-2.0
dataset_info:
  features:
  - name: Product Name
    dtype: string
  - name: Category
    dtype: string
  - name: Description
    dtype: string
  - name: Selling Price
    dtype: string
  - name: Product Specification
    dtype: string
  - name: Image
    dtype: string
  - name: Raw Image
    dtype: image
  splits:
  - name: train
    num_bytes: 780969843.875
    num_examples: 23993
  - name: test
    num_bytes: 218190027.875
    num_examples: 6665
  - name: eval
    num_bytes: 86142458.084
    num_examples: 2666
  download_size: 1058246215
  dataset_size: 1085302329.834
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: eval
    path: data/eval-*
---