File size: 5,096 Bytes
cfde3cc
 
 
71a5201
bcbab3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea34ce4
 
 
bcbab3f
 
0f5f2be
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
 
bcbab3f
 
ea34ce4
cfde3cc
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
---
task_categories:
- text-classification

dataset_info:
  features:
    - name: product/title
      dtype: string
    - name: product/price
      dtype: string
    - name: review/helpfulness
      dtype: string
    - name: review/score
      dtype: 
        class_label:
          names:
            '0': 1 star
            '1': 2 stars
            '2': 3 stars
            '3': 4 stars
            '4': 5 stars
    - name: review/time
      dtype: int64
    - name: review/summary
      dtype: string
    - name: review/text
      dtype: string
    - name: product/category
      dtype:
        class_label:
          names:            
            '0': Amazon Instant Video
            '1': Arts
            '2': Automotive
            '3': Baby
            '4': Beauty
            '5': Book
            '6': Cell Phone
            '7': Clothing
            '8': Electronics
            '9': Gourmet Food
            '10': Health
            '11': Home & Kitchen
            '12': Industrial & Scientific
            '13': Jewelry
            '14': Kindle Store
            '15': Movie & TV
            '16': Musical Instrument
            '17': Music
            '18': Office
            '19': Patio
            '20': Pet Supply
            '21': Shoe
            '22': Software
            '23': Sports & Outdoor
            '24': Tools & Home Improvement
            '25': Toy & Game
            '26': Video Game
            '27': Watch
    - name: review/helpfulness_ratio
      dtype: float64
    - name: review/helpfulness_total_votes
      dtype: int64

configs:
- config_name: all
  data_files:
  - split: complete
    path: "amazon_reviews_2013/all/complete-*.parquet"
  default: true
- config_name: amazon-instant-video
  data_files:
  - split: complete
    path: "amazon_reviews_2013/amazon-instant-video/complete-*.parquet"
- config_name: arts
  data_files:
  - split: complete
    path: "amazon_reviews_2013/arts/complete-*.parquet"
- config_name: automotive
  data_files:
  - split: complete
    path: "amazon_reviews_2013/automotive/complete-*.parquet"
- config_name: baby
  data_files:
  - split: complete
    path: "amazon_reviews_2013/baby/complete-*.parquet"
- config_name: beauty
  data_files:
  - split: complete
    path: "amazon_reviews_2013/beauty/complete-*.parquet"
- config_name: book
  data_files:
  - split: complete
    path: "amazon_reviews_2013/book/complete-*.parquet"
- config_name: cell-phone
  data_files:
  - split: complete
    path: "amazon_reviews_2013/cell-phone/complete-*.parquet"
- config_name: clothing
  data_files:
  - split: complete
    path: "amazon_reviews_2013/clothing/complete-*.parquet"
- config_name: electronics
  data_files:
  - split: complete
    path: "amazon_reviews_2013/electronics/complete-*.parquet"
- config_name: gourmet-food
  data_files:
  - split: complete
    path: "amazon_reviews_2013/gourmet-food/complete-*.parquet"
- config_name: health
  data_files:
  - split: complete
    path: "amazon_reviews_2013/health/complete-*.parquet"
- config_name: home-kitchen
  data_files:
  - split: complete
    path: "amazon_reviews_2013/home-kitchen/complete-*.parquet"
- config_name: industrial-scientific
  data_files:
  - split: complete
    path: "amazon_reviews_2013/industrial-scientific/complete-*.parquet"
- config_name: jewelry
  data_files:
  - split: complete
    path: "amazon_reviews_2013/jewelry/complete-*.parquet"
- config_name: kindle-store
  data_files:
  - split: complete
    path: "amazon_reviews_2013/kindle-store/complete-*.parquet"
- config_name: movie-tv
  data_files:
  - split: complete
    path: "amazon_reviews_2013/movie-tv/complete-*.parquet"
- config_name: music
  data_files:
  - split: complete
    path: "amazon_reviews_2013/music/complete-*.parquet"
- config_name: musical-instrument
  data_files:
  - split: complete
    path: "amazon_reviews_2013/musical-instrument/complete-*.parquet"
- config_name: office
  data_files:
  - split: complete
    path: "amazon_reviews_2013/office/complete-*.parquet"
- config_name: patio
  data_files:
  - split: complete
    path: "amazon_reviews_2013/patio/complete-*.parquet"
- config_name: pet-supply
  data_files:
  - split: complete
    path: "amazon_reviews_2013/pet-supply/complete-*.parquet"
- config_name: shoe
  data_files:
  - split: complete
    path: "amazon_reviews_2013/shoe/complete-*.parquet"
- config_name: software
  data_files:
  - split: complete
    path: "amazon_reviews_2013/software/complete-*.parquet"
- config_name: sports-outdoor
  data_files:
  - split: complete
    path: "amazon_reviews_2013/sports-outdoor/complete-*.parquet"
- config_name: tools-home-improvement
  data_files:
  - split: complete
    path: "amazon_reviews_2013/tools-home-improvement/complete-*.parquet"
- config_name: toy-game
  data_files:
  - split: complete
    path: "amazon_reviews_2013/toy-game/complete-*.parquet"
- config_name: video-game
  data_files:
  - split: complete
    path: "amazon_reviews_2013/video-game/complete-*.parquet"
- config_name: all
  data_files:
  - split: complete
    path: "amazon_reviews_2013/watch/complete-*.parquet"

---