Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: asin
|
5 |
+
dtype: string
|
6 |
+
- name: description
|
7 |
+
dtype: string
|
8 |
+
- name: title
|
9 |
+
dtype: string
|
10 |
+
- name: imUrl
|
11 |
+
dtype: string
|
12 |
+
- name: salesRank
|
13 |
+
struct:
|
14 |
+
- name: Arts, Crafts & Sewing
|
15 |
+
dtype: int64
|
16 |
+
- name: Automotive
|
17 |
+
dtype: int64
|
18 |
+
- name: Baby
|
19 |
+
dtype: int64
|
20 |
+
- name: Beauty
|
21 |
+
dtype: int64
|
22 |
+
- name: Books
|
23 |
+
dtype: int64
|
24 |
+
- name: Camera & Photo
|
25 |
+
dtype: int64
|
26 |
+
- name: Cell Phones & Accessories
|
27 |
+
dtype: int64
|
28 |
+
- name: Clothing
|
29 |
+
dtype: int64
|
30 |
+
- name: Computers & Accessories
|
31 |
+
dtype: int64
|
32 |
+
- name: Electronics
|
33 |
+
dtype: int64
|
34 |
+
- name: Grocery & Gourmet Food
|
35 |
+
dtype: int64
|
36 |
+
- name: Health & Personal Care
|
37 |
+
dtype: int64
|
38 |
+
- name: Home & Kitchen
|
39 |
+
dtype: int64
|
40 |
+
- name: Home Improvement
|
41 |
+
dtype: int64
|
42 |
+
- name: Industrial & Scientific
|
43 |
+
dtype: int64
|
44 |
+
- name: Jewelry
|
45 |
+
dtype: int64
|
46 |
+
- name: Kitchen & Dining
|
47 |
+
dtype: int64
|
48 |
+
- name: Magazines
|
49 |
+
dtype: int64
|
50 |
+
- name: Movies & TV
|
51 |
+
dtype: int64
|
52 |
+
- name: Music
|
53 |
+
dtype: int64
|
54 |
+
- name: Musical Instruments
|
55 |
+
dtype: int64
|
56 |
+
- name: Office Products
|
57 |
+
dtype: int64
|
58 |
+
- name: Patio, Lawn & Garden
|
59 |
+
dtype: int64
|
60 |
+
- name: Pet Supplies
|
61 |
+
dtype: int64
|
62 |
+
- name: Shoes
|
63 |
+
dtype: int64
|
64 |
+
- name: Software
|
65 |
+
dtype: int64
|
66 |
+
- name: Sports & Outdoors
|
67 |
+
dtype: int64
|
68 |
+
- name: Toys & Games
|
69 |
+
dtype: int64
|
70 |
+
- name: Watches
|
71 |
+
dtype: int64
|
72 |
+
- name: categories
|
73 |
+
sequence:
|
74 |
+
sequence: string
|
75 |
+
- name: price
|
76 |
+
dtype: float64
|
77 |
+
- name: related
|
78 |
+
struct:
|
79 |
+
- name: also_bought
|
80 |
+
sequence: string
|
81 |
+
- name: also_viewed
|
82 |
+
sequence: string
|
83 |
+
- name: bought_together
|
84 |
+
sequence: string
|
85 |
+
- name: buy_after_viewing
|
86 |
+
sequence: string
|
87 |
+
- name: brand
|
88 |
+
dtype: string
|
89 |
+
- name: docno
|
90 |
+
dtype: string
|
91 |
+
- name: text
|
92 |
+
dtype: string
|
93 |
+
- name: __index_level_0__
|
94 |
+
dtype: int64
|
95 |
+
splits:
|
96 |
+
- name: train
|
97 |
+
num_bytes: 392166466
|
98 |
+
num_examples: 259204
|
99 |
+
download_size: 159527036
|
100 |
+
dataset_size: 392166466
|
101 |
+
---
|
102 |
+
# Dataset Card for "amazon-text4rec"
|
103 |
+
|
104 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|