1T Conte commited on
Commit
71a5201
1 Parent(s): ea71e6c

fix: metadata

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,4 +1,64 @@
1
  ---
2
  task_categories:
3
  - text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
1
  ---
2
  task_categories:
3
  - text-classification
4
+
5
+ dataset_info:
6
+ features:
7
+ - name: product/title
8
+ dtype: string
9
+ - name: product/price
10
+ dtype: string
11
+ - name: review/helpfulness
12
+ dtype: string
13
+ - name: review/score
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': 1 star
18
+ '1': 2 stars
19
+ '2': 3 stars
20
+ '3': 4 stars
21
+ '4': 5 stars
22
+ - name: review/time
23
+ dtype: int64
24
+ - name: review/summary
25
+ dtype: string
26
+ - name: review/text
27
+ dtype: string
28
+ - name: product/category
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ '0': Amazon Instant Video
33
+ '1': Arts
34
+ '2': Automotive
35
+ '3': Baby
36
+ '4': Beauty
37
+ '5': Book
38
+ '6': Cell Phone
39
+ '7': Clothing
40
+ '8': Electronics
41
+ '9': Gourmet Food
42
+ '10': Health
43
+ '11': Home & Kitchen
44
+ '12': Industrial & Scientific
45
+ '13': Jewelry
46
+ '14': Kindle Store
47
+ '15': Movie & TV
48
+ '16': Musical Instrument
49
+ '17': Music
50
+ '18': Office
51
+ '19': Patio
52
+ '20': Pet Supply
53
+ '21': Shoe
54
+ '22': Software
55
+ '23': Sports & Outdoor
56
+ '24': Tools & Home Improvement
57
+ '25': Toy & Game
58
+ '26': Video Game
59
+ '27': Watch
60
+ - name: review/helpfulness_ratio
61
+ dtype: float64
62
+ - name: review/helpfulness_total_votes
63
+ dtype: int64
64
  ---