File size: 2,299 Bytes
79b18bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: asin
    dtype: string
  - name: description
    dtype: string
  - name: title
    dtype: string
  - name: imUrl
    dtype: string
  - name: salesRank
    struct:
    - name: Arts, Crafts & Sewing
      dtype: int64
    - name: Automotive
      dtype: int64
    - name: Baby
      dtype: int64
    - name: Beauty
      dtype: int64
    - name: Books
      dtype: int64
    - name: Camera & Photo
      dtype: int64
    - name: Cell Phones & Accessories
      dtype: int64
    - name: Clothing
      dtype: int64
    - name: Computers & Accessories
      dtype: int64
    - name: Electronics
      dtype: int64
    - name: Grocery & Gourmet Food
      dtype: int64
    - name: Health & Personal Care
      dtype: int64
    - name: Home & Kitchen
      dtype: int64
    - name: Home Improvement
      dtype: int64
    - name: Industrial & Scientific
      dtype: int64
    - name: Jewelry
      dtype: int64
    - name: Kitchen & Dining
      dtype: int64
    - name: Magazines
      dtype: int64
    - name: Movies & TV
      dtype: int64
    - name: Music
      dtype: int64
    - name: Musical Instruments
      dtype: int64
    - name: Office Products
      dtype: int64
    - name: Patio, Lawn & Garden
      dtype: int64
    - name: Pet Supplies
      dtype: int64
    - name: Shoes
      dtype: int64
    - name: Software
      dtype: int64
    - name: Sports & Outdoors
      dtype: int64
    - name: Toys & Games
      dtype: int64
    - name: Watches
      dtype: int64
  - name: categories
    sequence:
      sequence: string
  - name: price
    dtype: float64
  - name: related
    struct:
    - name: also_bought
      sequence: string
    - name: also_viewed
      sequence: string
    - name: bought_together
      sequence: string
    - name: buy_after_viewing
      sequence: string
  - name: brand
    dtype: string
  - name: docno
    dtype: string
  - name: text
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 392166466
    num_examples: 259204
  download_size: 159527036
  dataset_size: 392166466
---
# Dataset Card for "amazon-text4rec"

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