jjovalle99
commited on
Commit
·
7ea5d52
1
Parent(s):
b43160f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: also_buy
|
10 |
+
sequence: string
|
11 |
+
- name: also_view
|
12 |
+
sequence: string
|
13 |
+
- name: asin
|
14 |
+
dtype: string
|
15 |
+
- name: brand
|
16 |
+
dtype: string
|
17 |
+
- name: category
|
18 |
+
sequence: string
|
19 |
+
- name: date
|
20 |
+
dtype: string
|
21 |
+
- name: description
|
22 |
+
sequence: string
|
23 |
+
- name: feature
|
24 |
+
sequence: string
|
25 |
+
- name: fit
|
26 |
+
dtype: string
|
27 |
+
- name: image
|
28 |
+
sequence: string
|
29 |
+
- name: main_cat
|
30 |
+
dtype: string
|
31 |
+
- name: price
|
32 |
+
dtype: string
|
33 |
+
- name: rank
|
34 |
+
dtype: string
|
35 |
+
- name: similar_item
|
36 |
+
dtype: string
|
37 |
+
- name: tech1
|
38 |
+
dtype: string
|
39 |
+
- name: tech2
|
40 |
+
dtype: string
|
41 |
+
- name: title
|
42 |
+
dtype: string
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 94514841011
|
46 |
+
num_examples: 14213059
|
47 |
+
download_size: 17473856738
|
48 |
+
dataset_size: 94514841011
|
49 |
+
---
|
50 |
+
# Dataset Card for "amazon_metadata_datathon_2023"
|
51 |
+
|
52 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|