alanztymarqo
commited on
Commit
•
da66067
1
Parent(s):
2c8b8e1
Upload dataset (part 00003-of-00004)
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: item_ID
|
7 |
+
dtype: string
|
8 |
+
- name: query
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: position
|
13 |
+
dtype: int64
|
14 |
+
splits:
|
15 |
+
- name: google_shopping
|
16 |
+
num_bytes: 22251545141.2
|
17 |
+
num_examples: 982700
|
18 |
+
- name: amazon_product
|
19 |
+
num_bytes: 52030007330.14
|
20 |
+
num_examples: 3339895
|
21 |
+
download_size: 59335420405
|
22 |
+
dataset_size: 74281552471.34
|
23 |
+
configs:
|
24 |
+
- config_name: default
|
25 |
+
data_files:
|
26 |
+
- split: google_shopping
|
27 |
+
path: data/google_shopping-*
|
28 |
+
- split: amazon_product
|
29 |
+
path: data/amazon_product-*
|
30 |
+
---
|