CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01ziggylott /tlott-digital-products T. Lott Digital Products Digital product files for T. Lott's online store. Products Audiobooks (MP3) eBooks (PDF) Software (ZIP) Cover images (PNG) Download URLs Files can be downloaded directly: https://huggingface.co/datasets/ziggylott/tlott-digital-products/resolve/main/{filepath} audion<1K0 likes5.2k downloads22d agoHugging Face02ibm-research /data-product-benchmark DPDisc Dataset Paper | Code Dataset Description This dataset provides a benchmark for automatic data product creation. The task is framed as follows: given a natural language data product request and a corpus of text and tables, the objective is to identify the relevant tables and text documents that should be included in the resulting data product which would useful to the given data product request. The benchmark brings together three variants: HybridQA, TAT-QA, and… See the full description on the dataset page: https://huggingface.co/datasets/ibm-research/data-product-benchmark.texttable-question-answering10K<n<100K3 likes1.1k downloads6mo agoHugging Face03nyuuzyou /wb-products Dataset Card for Wildberries products Dataset Summary This dataset was scraped from product pages on the Russian marketplace Wildberries. It includes all information from the product card and metadata from the API, excluding image URLs. The dataset was collected by processing approximately 160 million products out of a potential 230 million, starting from the first product. Data collection had to be stopped due to serious rate limits that prevented further progress. The… See the full description on the dataset page: https://huggingface.co/datasets/nyuuzyou/wb-products.tabulartext-generation100M<n<1B8 likes368 downloads3y agoHugging Face04prodnull /prompt-injection-repo-datasetgated Prompt Injection Repository File Dataset A labeled dataset for detecting prompt injection attacks in repository files — code, configs, READMEs, CI/CD workflows, and documentation that AI coding agents process as context. What This Is (and Isn't) This dataset targets a specific threat: indirect prompt injection via repository content. When AI coding agents (Claude Code, Cursor, Copilot, Gemini CLI) clone a repo, every file becomes part of the agent's context.… See the full description on the dataset page: https://huggingface.co/datasets/prodnull/prompt-injection-repo-dataset.texttext-classification1K<n<10K11 likes207 downloads7mo agoHugging Face05gregb /product-taxonomy-bench Dataset Summary product-taxonomy-bench is an anonymised benchmark dataset for predicting Shopify Product Taxonomy categories from Shopify product tags. This dataset does not include raw product titles, raw tags, or product URLs. Tags are anonymised as tagNNNNNN. Start Here Read this dataset card for the snapshot layout and field definitions. Open the benchmark notebook at notebooks/product_taxonomy_bench.ipynb. It defaults to the fixed paper snapshot at revision… See the full description on the dataset page: https://huggingface.co/datasets/gregb/product-taxonomy-bench.tabulartext-classification10K<n<100K0 likes202 downloads16d agoHugging Face06dipawidia /ecommerce-product-reviews-sentiment Dataset Summary This dataset contains 11,606 product reviews gathered from various indonesian brands and products in several e-commerce such as Shopee, Tokopedia, Lazada, Bukalapak, Blili, and Zalora. each row is marked as 1 for positive sentiment and 0 for negative sentiment. This dataset has been transformed, selecting in a random way a subset of them, applying a cleaning process, and dividing them between the test and train subsets, keeping a balance between the number of… See the full description on the dataset page: https://huggingface.co/datasets/dipawidia/ecommerce-product-reviews-sentiment.texttext-classification10K<n<100K3 likes142 downloads2y agoHugging Face07jeffreyszhou /ikea-us-products-2025 IKEA US Product Dataset (July 2025) This dataset is a structured snapshot of ~30,000 IKEA US products, scraped from the official IKEA US website in July 2025. It contains product metadata (titles, descriptions, categories, materials, care instructions, etc.) and associated product images. Contents products-us.jsonl — one JSON object per product with structured fields. images-us/ — the first "hero" image for each product, downloaded via image_downloader_first.py.… See the full description on the dataset page: https://huggingface.co/datasets/jeffreyszhou/ikea-us-products-2025.texttext-classification10K<n<100K5 likes118 downloads1y agoHugging Face08arcada-labs /product-bench Product Bench 31-turn multi-turn speech-to-speech benchmark for evaluating voice AI models as a laptop comparison shopping assistant. Part of Audio Arena, a suite of 6 benchmarks spanning 221 turns across different domains. Built by Arcada Labs. Leaderboard | GitHub | All Benchmarks Dataset Description The model acts as a laptop comparison shopping assistant helping a customer evaluate, compare, and order laptops. The conversation features multi-intent turns… See the full description on the dataset page: https://huggingface.co/datasets/arcada-labs/product-bench.audioautomatic-speech-recognitionn<1K2 likes111 downloads6mo agoHugging Face09Antix5 /general-product-token-quality-datasettext1K<n<10K0 likes103 downloads1mo agoHugging Face10SHARProduction /production-deliverables-taxonomy SHAR Production Deliverables Taxonomy Bilingual authored vocabulary for production deliverables, channels and file-package components, with explicitly fictional manifest fixtures. Published by SHAR Production. This release contains 26 authored taxonomy rows and 8 synthetic rows (four fictional scenarios represented in RU/EN). It contains no measured observations, client records, private facts, prices, or outcome claims. Language pairs are translations and should not be counted… See the full description on the dataset page: https://huggingface.co/datasets/SHARProduction/production-deliverables-taxonomy.textn<1K0 likes95 downloads21d agoHugging Face11MongoDB /product-catalog Ingest Data The small script ingest.py can be used to load the data into your MongoDB Atlas cluster. pip install pymongo pip install datasets ## export MONGODB_ATLAS_URI=<your atlas uri> The ingest.py: import os from pymongo import MongoClient import datasets from datasets import load_dataset from bson import json_util uri = os.environ.get('MONGODB_ATLAS_URI') client = MongoClient(uri) db_name = 'ai_shop' collection_name = 'products' product_collection =… See the full description on the dataset page: https://huggingface.co/datasets/MongoDB/product-catalog.textn<1K1 likes94 downloads2y agoHugging Face12mattwinwood /production-ai-guardrail-evals Production AI Guardrail Evals Eighteen synthetic, assertion-bearing cases for testing whether a language model can stay inside an advisory role. The cases cover roadmap intake, release readiness, and catalog-change review—the same workload families I use in the Winwood AI Toolkit around IEM Rig. This is a sanitized public derivative, not a dump of application logs or the private evaluation corpus. What each row contains case_id: stable public identifier;… See the full description on the dataset page: https://huggingface.co/datasets/mattwinwood/production-ai-guardrail-evals.texttext-generationn<1K1 likes92 downloads22d agoHugging Face13Antix5 /food-product-token-quality-datasettext10K<n<100K0 likes90 downloads1mo agoHugging Face14ProDem /DiscreteLatentReasoning-MathProcessed thinking block outputs of OpenMathInstruct-2 by Qwen3.8-27B The model was instructed to solve the dataset problems with a "thinking block" CoT style, with a prompt given specifically for this format. The output reasoning chain was then processed by Qwen3.8-27B to 3 discrete candidates. tabular100K<n<1M0 likes87 downloads9d agoHugging Face15SHARProduction /production-brief-taxonomy SHAR production planning dataset · 1.0.0 Dataset release 1.0.0. Authored taxonomy and synthetic data: CC-BY-4.0. Code, JSON Schemas and documentation: MIT. License boundaries and attribution. Русский. Published by SHAR Production. Canonical dataset page: SHARProduction/production-brief-taxonomy. Dataset purpose A small bilingual vocabulary and fixture set for production-brief interfaces, documentation and completeness-validator demonstrations. It contains 18… See the full description on the dataset page: https://huggingface.co/datasets/SHARProduction/production-brief-taxonomy.textn<1K0 likes84 downloads21d agoHugging Face16jaweiss2305 /support-agent-prod-2026-08-25 support-agent-prod / 2026-08-25 Production support-agent traces, graded. Analyzer regime TRAIN. Agent rollouts exported from ZeroProof for support-agent. Each row is one rollout: the prompt, the tool trace, the final answer, and the reward the judge gave it. Split ZeroProof dataset Rows Prompts Pass rate Support Mixed prompts Pushed holdout ds_550a2b3ba46aac2b 32 8 72% 0.78 8 2026-09-14 Load from datasets import load_dataset holdout =… See the full description on the dataset page: https://huggingface.co/datasets/jaweiss2305/support-agent-prod-2026-08-25.textn<1K0 likes82 downloads12d agoHugging Face17amupouya /digikala-gold-products-fa Digikala Gold Products (Persian) Gold refers to the product domain; annotations are AI-generated and coordinator-reviewed, not a fully human-labeled gold standard. Version auryx-radar-gold/2.1 contains 7,763 marketplace products with structured source facts and evidenced semantic annotations. It covers jewelry, gold bars, coins and melted gold from eight Digikala listing categories. All labels remain teacher_only, with null human review. Exact model versions are unavailable… See the full description on the dataset page: https://huggingface.co/datasets/amupouya/digikala-gold-products-fa.texttext-classification1K<n<10K0 likes75 downloads6d agoHugging Face18RKB109 /production-ai-observability-20260909-dataset Production AI Observability Monitor Synthetic Dataset Summary This dataset contains 14 training examples and 4 held-out examples for Production AI teams need trace-level signals for latency, token growth, tool failures, and low-quality outputs. Every record is synthetic and includes: input: query, event, or feature description label: expected class, route, relation, or evidence category context: synthetic supporting context source: fictional source identifier… See the full description on the dataset page: https://huggingface.co/datasets/RKB109/production-ai-observability-20260909-dataset.texttext-classificationn<1K0 likes73 downloads17d agoHugging Face19stindardlogic /product-management-sft-100k Product Management SFT (100K) 100,000 ShareGPT conversations demonstrating expert-level product management across PRD writing, feature prioritization, OKR setting, roadmap planning, user research, competitive analysis, and stakeholder communication. Motivation AI assistants for product management commonly fail by: Generic frameworks without application: Explaining RICE scoring without actually scoring the user's features; describing OKRs without writing them… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/product-management-sft-100k.texttext-generation100K<n<1M1 likes71 downloads2mo agoHugging Face20lamini /product-catalog-questions Lamini Product Catalog QA Dataset Description This dataset contains questions about products and their corresonding product information like product id, product name, product description, etc. This questions catalog has been built on top of open-source product catalog from kaggle. Format The questions and product information are in the form of jsonlines file. Data Pipeline Code The entire data pipeline used to create this dataset is open source at:… See the full description on the dataset page: https://huggingface.co/datasets/lamini/product-catalog-questions.texttext-classification10K<n<100K7 likes65 downloads3y agoHugging Face21d4rkninja /tanpo-product-sft Tanpo Product SFT (10k) Ownership Owner: DarkNinja Solutions Creator: d4rkninja Community: DarkLab Domain Product strategy and CEO-level product thinking: roadmap, prioritization, discovery, specs, metrics, and product-market fit. Dataset summary Field Value Rows 10000 Schema Chat SFT (messages with system / user / assistant) Source file tanpo-product-sft-10k-format-fixed.jsonl Audit verdict PASS Empty assistant… See the full description on the dataset page: https://huggingface.co/datasets/d4rkninja/tanpo-product-sft.texttext-generation10K<n<100K0 likes65 downloads9d agoHugging Face22SHARProduction /production-reference-corpora SHAR Production Reference Corpora Ten distinct bilingual synthetic reference corpora with 240 records by SHAR Production — https://sharprod.com/ Records are CC BY 4.0. Code and documentation are MIT. All examples are synthetic and exclude client data and direct contacts. Related variants share one split group to prevent train/evaluation leakage. Codex assisted implementation and validation; SHAR Production is the accountable publisher. textn<1K0 likes64 downloads21d agoHugging Face2311-47 /autotune_efx2_god_producer_dataset Antares Auto-Tune EFX 2 — God Level Producer Dataset (12k) The ultimate dataset for training an LLM to become a god-level music producer specializing in Antares Auto-Tune EFX 2. This 12,000-example high-density dataset teaches an LLM to master: Vocal Sound Fixing (transparent pitch correction) Creative Effects (formant shifting, throat modeling, vibrato sculpting) Advanced Editing (automation, double-tracking simulation, harmonic generation) Mixing Integration (placement in… See the full description on the dataset page: https://huggingface.co/datasets/11-47/autotune_efx2_god_producer_dataset.text10K<n<100K1 likes63 downloads5mo agoHugging Face24neurocheckout-ai /synthetic-product-recommendation-examples Synthetic Product Recommendation Examples An entirely synthetic bilingual dataset of ecommerce discovery queries paired with candidate products and graded relevance judgments. It is designed for educational retrieval, reranking, and recommendation experiments and contains no private catalog, merchant, customer, behavioral, or transaction data. Dataset Description The dataset contains twenty English and French queries with ten candidates per query. It complements… See the full description on the dataset page: https://huggingface.co/datasets/neurocheckout-ai/synthetic-product-recommendation-examples.textsentence-similarityn<1K0 likes63 downloads26d agoHugging Face25Dang-DN-VN /saas-product-support-sharegpt-1k SaaS/Tech Product Support — Multi-Turn SFT Dataset A domain-specific supervised fine-tuning dataset for SaaS and tech product support conversations, built for LLM fine-tuning and instruction tuning. Dataset Summary This dataset contains 1,200 multi-turn English conversations between a customer and a support agent, covering common SaaS/tech support scenarios: bug reports, billing issues, API errors, authentication problems, onboarding blockers, integration failures… See the full description on the dataset page: https://huggingface.co/datasets/Dang-DN-VN/saas-product-support-sharegpt-1k.texttext-generation1K<n<10K0 likes56 downloads3mo agoHugging Face26reapxdev /shopify-store-products-scraper Shopify Store Scraper Scrape products, prices, discounts, variants and stock from any Shopify store's public product JSON. No login, no API key, no headless browser. Rows in this dataset 11,720 Fields 33 Collector runs behind it 72 Most recent observation 2026-08-04 Browsable presentation https://reapx.dev/data/shopify-store-products-scraper/ — 1,271 entity pages Run the collector yourself https://apify.com/reapx/shopify-store-products-scraper… See the full description on the dataset page: https://huggingface.co/datasets/reapxdev/shopify-store-products-scraper.image10K<n<100K0 likes55 downloads2mo agoHugging Face27kuzaai /agri_sft_prod_56ktext10K<n<100K0 likes53 downloads2mo agoHugging Face28RKB109 /production-ai-observability-20260830-dataset Production AI Observability Monitor Synthetic Dataset Summary This dataset contains 14 training examples and 4 held-out examples for Production AI teams need trace-level signals for latency, token growth, tool failures, and low-quality outputs. Every record is synthetic and includes: input: query, event, or feature description label: expected class, route, relation, or evidence category context: synthetic supporting context source: fictional source identifier… See the full description on the dataset page: https://huggingface.co/datasets/RKB109/production-ai-observability-20260830-dataset.texttext-classificationn<1K0 likes51 downloads27d agoHugging Face29SHARProduction /production-evidence-records SHAR Production Evidence Records Twenty-five bilingual machine-readable production evidence record contracts and clearly synthetic valid examples by SHAR Production. The collection covers approvals, rights, permits, technical reports, quality control, localization, delivery, archive, provenance, supplier review, incidents and final release gates. synthetic-examples.jsonl contains invented records only. It contains no client, talent, supplier or project data. Dataset and… See the full description on the dataset page: https://huggingface.co/datasets/SHARProduction/production-evidence-records.textn<1K0 likes50 downloads20d agoHugging Face3011-47 /god_level_music_producer_dataset God-Level Music Producer Dataset The most advanced open dataset for training LLMs to become elite music producers across Rap, Crunk, East Coast Boom Bap, West Coast G-Funk, and Dubstep. This dataset contains 9,941 high-quality examples (with plans for expansion) of god-level reasoning and practical workflows in: Beat Creation (full arrangement from scratch) Virtual Instrument Mastery (Serum, Massive X, Omnisphere, Kontakt, etc.) Plugin Expertise (Auto-Tune, iZotope Ozone/RX… See the full description on the dataset page: https://huggingface.co/datasets/11-47/god_level_music_producer_dataset.text1K<n<10K1 likes48 downloads5mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.