iarbel commited on
Commit
44db9b2
1 Parent(s): 5e393af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: asin
5
+ dtype: string
6
+ - name: category
7
+ dtype: string
8
+ - name: img_url
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: feature-bullets
13
+ sequence: string
14
+ - name: tech_data
15
+ sequence:
16
+ sequence: string
17
+ - name: labels
18
+ dtype: string
19
+ - name: tech_process
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 75797
24
+ num_examples: 20
25
+ download_size: 62474
26
+ dataset_size: 75797
27
+ ---
28
+ # Dataset Card for "amazon-product-data-sample"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)