File size: 1,053 Bytes
9852396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
---
dataset_info:
  features:
  - name: marketplace
    dtype: string
  - name: customer_id
    dtype: string
  - name: review_id
    dtype: string
  - name: product_id
    dtype: string
  - name: product_parent
    dtype: string
  - name: product_title
    dtype: string
  - name: product_category
    dtype: string
  - name: star_rating
    dtype: int32
  - name: helpful_votes
    dtype: int32
  - name: total_votes
    dtype: int32
  - name: vine
    dtype:
      class_label:
        names:
          '0': N
          '1': Y
  - name: verified_purchase
    dtype:
      class_label:
        names:
          '0': N
          '1': Y
  - name: review_headline
    dtype: string
  - name: review_body
    dtype: string
  - name: review_date
    dtype: string
  splits:
  - name: train
    num_bytes: 1391025
    num_examples: 3000
  download_size: 763643
  dataset_size: 1391025
---
# Dataset Card for "amazon_us_3000"

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