CoolFace
20 results

shopping

Voxel51 /MERL_Shopping_Dataset Dataset Card for MERL Shopping Dataset This is a FiftyOne dataset with 41 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo from fiftyone.utils.huggingface import load_from_hub # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = load_from_hub("Voxel51/MERL_Shopping_Dataset") # Launch the App session = fo.launch_app(dataset) Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/MERL_Shopping_Dataset.videon<1K1 likes1.4k downloads7mo agoHugging FaceFalah /baghdad_shoppingimagen<1K0 likes463 downloads11mo agoHugging FaceMarqo /google-shopping-general-eval Marqo Ecommerce Embedding Models In this work, we introduce the GoogleShopping-1m dataset for evaluation. This dataset comes with the release of our state-of-the-art embedding models for ecommerce products: Marqo-Ecommerce-B and Marqo-Ecommerce-L. Released Content: Marqo-Ecommerce-B and Marqo-Ecommerce-L embedding models GoogleShopping-1m and AmazonProducts-3m for evaluation Evaluation Code The benchmarking results show that the… See the full description on the dataset page: https://huggingface.co/datasets/Marqo/google-shopping-general-eval.image100K<n<1M18 likes423 downloads2y agoHugging Facemikkelyo /shopping-list-recipesimagen<1K1 likes397 downloads3d agoHugging Faceyuzhan2205 /Shopping-companion Shopping Companion Shopping Companion is a benchmark and training resource for long-horizon, preference-grounded e-commerce agents. It evaluates whether a tool-using agent can recover a user's preferences from cross-session conversation history and apply those preferences while searching and inspecting a large real-world product catalog. The benchmark contains two task types: Single-product recommendation: retrieve the relevant long-term preference and find one product that… See the full description on the dataset page: https://huggingface.co/datasets/yuzhan2205/Shopping-companion.texttext-generation1K<n<10K0 likes289 downloads29d agoHugging Facekhanmu2003 /amazon-shopping-queries-dataset Amazon Shopping Queries Dataset This dataset contains Amazon shopping queries and product information for training product ranking models. Dataset Files shopping_queries_dataset_examples.parquet: Query-product pairs with ESCI labels shopping_queries_dataset_products.parquet: Product catalog with titles and descriptions shopping_queries_dataset_sources.csv: Source metadata Usage from huggingface_hub import hf_hub_download import pandas as pd # Download files… See the full description on the dataset page: https://huggingface.co/datasets/khanmu2003/amazon-shopping-queries-dataset.tabulartext-retrieval1M<n<10M1 likes199 downloads10mo agoHugging Face