Kamaljp commited on
Commit
9852396
1 Parent(s): 0ec0344

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: star_rating
19
+ dtype: int32
20
+ - name: helpful_votes
21
+ dtype: int32
22
+ - name: total_votes
23
+ dtype: int32
24
+ - name: vine
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ '0': N
29
+ '1': Y
30
+ - name: verified_purchase
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ '0': N
35
+ '1': Y
36
+ - name: review_headline
37
+ dtype: string
38
+ - name: review_body
39
+ dtype: string
40
+ - name: review_date
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 1391025
45
+ num_examples: 3000
46
+ download_size: 763643
47
+ dataset_size: 1391025
48
+ ---
49
+ # Dataset Card for "amazon_us_3000"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)