Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,34 @@ configs:
|
|
23 |
data_files:
|
24 |
- split: train
|
25 |
path: data/supp_product_image_urls.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
# Shopping Queries Image Dataset (SQID 🦑): An Image-Enriched ESCI Dataset for Exploring Multimodal Learning in Product Search
|
28 |
|
|
|
23 |
data_files:
|
24 |
- split: train
|
25 |
path: data/supp_product_image_urls.parquet
|
26 |
+
dataset_info:
|
27 |
+
- config_name: product_image_urls
|
28 |
+
features:
|
29 |
+
- name: product_id
|
30 |
+
dtype: string
|
31 |
+
- name: image_url
|
32 |
+
dtype: string
|
33 |
+
- config_name: product_features
|
34 |
+
features:
|
35 |
+
- name: product_id
|
36 |
+
dtype: string
|
37 |
+
- name: clip_text_features
|
38 |
+
dtype: sequence(float32)
|
39 |
+
- name: clip_image_features
|
40 |
+
dtype: sequence(float32)
|
41 |
+
- config_name: query_features
|
42 |
+
features:
|
43 |
+
- name: query_id
|
44 |
+
dtype: string
|
45 |
+
- name: clip_text_features
|
46 |
+
dtype: sequence(float32)
|
47 |
+
- config_name: supp_product_image_urls
|
48 |
+
features:
|
49 |
+
- name: product_id
|
50 |
+
dtype: string
|
51 |
+
- name: image_url
|
52 |
+
dtype: string
|
53 |
+
|
54 |
---
|
55 |
# Shopping Queries Image Dataset (SQID 🦑): An Image-Enriched ESCI Dataset for Exploring Multimodal Learning in Product Search
|
56 |
|