File size: 818 Bytes
b879cd2
 
 
 
 
5c35113
b879cd2
5c35113
 
 
b879cd2
 
5c35113
b879cd2
5c35113
 
 
 
 
 
 
 
 
b879cd2
 
 
5c35113
 
b879cd2
5c35113
 
 
 
 
 
 
b879cd2
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: eval
    path: data/eval-*
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
  splits:
  - name: train
    num_bytes: 12542887
    num_examples: 23993
  - name: test
    num_bytes: 3499375
    num_examples: 6665
  - name: eval
    num_bytes: 1376174
    num_examples: 2666
  download_size: 6391314
  dataset_size: 17418436
---

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)