Update README.md
Browse files
README.md
CHANGED
@@ -6,50 +6,68 @@ size_categories:
|
|
6 |
- 100K<n<1M
|
7 |
pretty_name: Shopping Queries Image Dataset (SQID 🦑)
|
8 |
dataset_info:
|
9 |
-
- config_name: product_features
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
- config_name: query_features
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
- config_name: product_image_urls
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
- config_name: supp_product_image_urls
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
---
|
54 |
# Shopping Queries Image Dataset (SQID 🦑): An Image-Enriched ESCI Dataset for Exploring Multimodal Learning in Product Search
|
55 |
|
|
|
6 |
- 100K<n<1M
|
7 |
pretty_name: Shopping Queries Image Dataset (SQID 🦑)
|
8 |
dataset_info:
|
9 |
+
- config_name: product_features
|
10 |
+
features:
|
11 |
+
- name: product_id
|
12 |
+
dtype: string
|
13 |
+
- name: clip_text_features
|
14 |
+
sequence: float32
|
15 |
+
- name: clip_image_features
|
16 |
+
sequence: float32
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 991118237
|
20 |
+
num_examples: 164900
|
21 |
+
download_size: 1194996423
|
22 |
+
dataset_size: 991118237
|
23 |
+
- config_name: query_features
|
24 |
+
features:
|
25 |
+
- name: query_id
|
26 |
+
dtype: int64
|
27 |
+
- name: clip_text_features
|
28 |
+
sequence: float32
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 27620304
|
32 |
+
num_examples: 8956
|
33 |
+
download_size: 33183760
|
34 |
+
dataset_size: 27620304
|
35 |
+
- config_name: product_image_urls
|
36 |
+
features:
|
37 |
+
- name: product_id
|
38 |
+
dtype: string
|
39 |
+
- name: image_url
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_examples: 164900
|
44 |
+
- config_name: supp_product_image_urls
|
45 |
+
features:
|
46 |
+
- name: product_id
|
47 |
+
dtype: string
|
48 |
+
- name: image_url
|
49 |
+
dtype: string
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_examples: 27139
|
53 |
+
configs:
|
54 |
+
- config_name: product_features
|
55 |
+
data_files:
|
56 |
+
- split: train
|
57 |
+
path: product_features/train-*
|
58 |
+
- config_name: product_image_urls
|
59 |
+
default: true
|
60 |
+
data_files:
|
61 |
+
- split: train
|
62 |
+
path: product_image_urls/train-*
|
63 |
+
- config_name: query_features
|
64 |
+
data_files:
|
65 |
+
- split: train
|
66 |
+
path: query_features/train-*
|
67 |
+
- config_name: supp_product_image_urls
|
68 |
+
data_files:
|
69 |
+
- split: train
|
70 |
+
path: supp_product_image_urls/train-*
|
71 |
---
|
72 |
# Shopping Queries Image Dataset (SQID 🦑): An Image-Enriched ESCI Dataset for Exploring Multimodal Learning in Product Search
|
73 |
|