mesmalif commited on
Commit
1302d18
1 Parent(s): 96db13c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: marketplace
5
+ dtype: string
6
+ - name: customer_id
7
+ dtype: string
8
+ - name: review_id
9
+ dtype: string
10
+ - name: product_id
11
+ dtype: string
12
+ - name: product_parent
13
+ dtype: string
14
+ - name: product_title
15
+ dtype: string
16
+ - name: product_category
17
+ dtype: string
18
+ - name: labels
19
+ dtype: int64
20
+ - name: helpful_votes
21
+ dtype: int64
22
+ - name: total_votes
23
+ dtype: int64
24
+ - name: vine
25
+ dtype: int64
26
+ - name: verified_purchase
27
+ dtype: int64
28
+ - name: review_headline
29
+ dtype: string
30
+ - name: text
31
+ dtype: string
32
+ - name: review_date
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 34784832.6
37
+ num_examples: 90000
38
+ - name: test
39
+ num_bytes: 3864981.4
40
+ num_examples: 10000
41
+ download_size: 21283157
42
+ dataset_size: 38649814.0
43
+ ---
44
+ # Dataset Card for "amazon-shoe-reviews"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)