CoolFace
20 shown

datasets

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

Clear all
01LHF /escorpius-mr esCorpius Multilingual Raw In the recent years, Transformer-based models have lead to significant advances in language modelling for natural language processing. However, they require a vast amount of data to be (pre-)trained and there is a lack of corpora in languages other than English. Recently, several initiatives have presented multilingual datasets obtained from automatic web crawling. However, they present important shortcomings for languages different from English, as they… See the full description on the dataset page: https://huggingface.co/datasets/LHF/escorpius-mr.texttext-generation1B<n<10B5 likes2.3k downloads3y agoHugging Face02LHF /escorpiusSpanish datasettexttext-generation1M<n<10M17 likes719 downloads4y agoHugging Face03WiserHumanExperimental /evilgenie-escalation EvilGenie × Escalation Channels — data release Run transcripts and per-sample analysis tables for the paper "Can escalation channels redirect reward hacking toward defect disclosure?" (F. Gomez, Wiser Human, 2026). Code: https://github.com/wiser-human-experimental/evilgenie-escalation Paper: https://arxiv.org/abs/2608.29460 What's here A coding agent is given an ambiguous competitive-programming problem (LiveCodeBench), a visible test suite, and sandboxed… See the full description on the dataset page: https://huggingface.co/datasets/WiserHumanExperimental/evilgenie-escalation.text-generation1K<n<10K0 likes292 downloads14d agoHugging Face04milistu /amazon-esci-data Amazon Shopping Queries Dataset Dataset for improving product search, ranking and recommendations, featuring query-product pairs with detailed relevance labels. Overview The dataset contains search queries paired with up to 40 potentially relevant products, each labeled using the ESCI system: Exact match: Products that perfectly match the customer's search intent (e.g., searching "iPhone 13" and finding "Apple iPhone 13 128GB") Substitute product: Alternative products… See the full description on the dataset page: https://huggingface.co/datasets/milistu/amazon-esci-data.tabulartext-classification1M<n<10M2 likes270 downloads1y agoHugging Face05ESCAD /OpenRTLSet Dataset Card for OpenRTLSet: A Fully Open-Source Dataset for Large Language Model-based Verilog Module Design Authors: Jinghua Wang, Lily Jiaxin Wan, Sanjana Pingali, Scott Smith, Manvi Jha, Shalini Sivakumar, Xing Zhao, Kaiwen Cao, Deming Chen Dataset Summary This is the 131k dataset generated in our paper: OpenRTLSet: A Fully Open-Source Dataset for Large Language Model-based Verilog Module Design. In this work, we introduce OpenRTLSet: a… See the full description on the dataset page: https://huggingface.co/datasets/ESCAD/OpenRTLSet.texttext-generation100K<n<1M2 likes235 downloads4mo agoHugging Face06thepian /amazon-esci-data Amazon Shopping Queries Dataset Dataset for improving product search, ranking and recommendations, featuring query-product pairs with detailed relevance labels. Overview The dataset contains search queries paired with up to 40 potentially relevant products, each labeled using the ESCI system: Exact match: Products that perfectly match the customer's search intent (e.g., searching "iPhone 13" and finding "Apple iPhone 13 128GB") Substitute product: Alternative products… See the full description on the dataset page: https://huggingface.co/datasets/thepian/amazon-esci-data.tabulartext-classification1M<n<10M0 likes108 downloads5mo agoHugging Face07thebajajra /amazon-esci-english-smalltabulartoken-classification100K<n<1M1 likes81 downloads1y agoHugging Face08emgena /omnimcp_mcp_privilege_escalation_auditor_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/omnimcp_mcp_privilege_escalation_auditor_teaser.texttext-generationn<1K0 likes66 downloads6d agoHugging Face09Estwld /esconv_llm ESCONV for LLM  This repository contains a reformatted version of the ESCONV dataset, tailored for seamless integration with Language Model (LLM) training and inference. The original dataset's format posed challenges for direct application in LLM tasks, prompting us to restructure and clean the data.  Data Restructuring Assigned the user role to the usr, assistant role to the sys. Removed the survey_scor and 'supporter' fields to streamline the data. Data… See the full description on the dataset page: https://huggingface.co/datasets/Estwld/esconv_llm.texttext-generation1K<n<10K1 likes62 downloads2y agoHugging Face10emgena /mcp_toolcall_sandbox_escape_guard_teaser 🚀 AI Safety - MCP Tool-Calling Security & Sandbox Escape Guard (Evaluation Teaser) ⚡ Official Free Evaluation Teaser (50 Verified Multi-Turn Scenarios)🏆 Get the Full Production Package (332 Samples) & Commercial EULA on Gumroad:👉 AI Safety - MCP Tool-Calling Security & Sandbox Escape Guard on Gumroad🏷️ Use coupon code LAUNCH20 for 20 € off at checkout! 📦 What is Inside the Full Production Package: 332 Verified FAANG v2.0 Scenarios (100% AST-Valid Python)… See the full description on the dataset page: https://huggingface.co/datasets/emgena/mcp_toolcall_sandbox_escape_guard_teaser.texttext-generationn<1K0 likes51 downloads5d agoHugging Face11navidmadani /extended_esc Overview The approach for creating this dataset is outlined in our paper Steering Conversational Large Language Models for Long Emotional Support Conversations. This dataset specifically is generated using attention guided prompting on llama3-70b-instruct. We start from the original ESConv dataset and generate strategy conditioned continuations at random points of the conversation. For example, we cut a conversation at 10th turn when it is the emotional supporters turn to answer and… See the full description on the dataset page: https://huggingface.co/datasets/navidmadani/extended_esc.texttext-generation10K<n<100K1 likes43 downloads2y agoHugging Face12EscheWang /AlternateNumbersThis is a dataset for CFG-based GflowNet development. The ebnf style CFG for numbers are: root ::= number_list number_list ::= number (number_list)? number ::= odd even | even odd even ::= "0," | "2," | "4," | "6," | "8," | "10," | "12," | "14," | "16," | "18," | "20," odd ::= "1," | "3," | "5," | "7," | "9," | "11," | "13," | "15," | "17," | "19," However, this CFG cannot satisfy all the requirments. The CFG give a chunk of numbers where the transition between chunks always failed to… See the full description on the dataset page: https://huggingface.co/datasets/EscheWang/AlternateNumbers.texttext-generation1K<n<10K0 likes41 downloads2y agoHugging Face13cloudbjorn /eschaton-uncensored Eschaton Uncensored SFT Dataset Eschaton is a 1,000-row supervised fine-tuning dataset for teaching language models to answer sensitive, gritty, controversial, emotionally intimate, technically demanding, and morally difficult prompts directly. Its emphasis is human connection, unvarnished analysis, malware analysis, dark creative work, profanity, and high-friction subject matter without repetitive moralizing or canned disclaimers. The dataset is deliberately model-agnostic. It… See the full description on the dataset page: https://huggingface.co/datasets/cloudbjorn/eschaton-uncensored.texttext-generation1K<n<10K0 likes35 downloads2mo agoHugging Face14nivvis /eq-esconv-sifted EQ-ESConv-Sifted: Elo-Ranked Emotional Support Conversations The ESConv dataset (Liu et al., ACL 2021) ranked by empathetic quality via Swiss-style Elo tournament. All 1,300 conversations scored and sorted. Why this exists ESConv is a widely-used emotional support dataset but quality varies significantly — some conversations have excellent empathetic support, others are low-effort or off-topic. This dataset adds Elo rankings so you can filter by quality. For… See the full description on the dataset page: https://huggingface.co/datasets/nivvis/eq-esconv-sifted.tabulartext-generation1K<n<10K0 likes33 downloads6mo agoHugging Face152O24dpower2024 /ESCALATE ESCALATE: A Dataset for Safety-Critical Clinical Escalation Conversations Dataset Card for ESCALATE Dataset Summary ESCALATE is a synthetic dataset of clinical escalation-of-care conversations generated using multi-agent large language models. It enables evaluation of communication quality and safety under structured (ISBAR) and unstructured conditions. Motivation Clinical escalation is a safety-critical process where communication… See the full description on the dataset page: https://huggingface.co/datasets/2O24dpower2024/ESCALATE.text-classification1K<n<10K0 likes28 downloads6mo agoHugging Face16Maximiliano-Flores-Dev /cloudbjorn-eschaton-uncensored_Dataset Eschaton Uncensored SFT Dataset Eschaton is a 1,000-row supervised fine-tuning dataset for teaching language models to answer sensitive, gritty, controversial, emotionally intimate, technically demanding, and morally difficult prompts directly. Its emphasis is human connection, unvarnished analysis, malware analysis, dark creative work, profanity, and high-friction subject matter without repetitive moralizing or canned disclaimers. The dataset is deliberately model-agnostic. It… See the full description on the dataset page: https://huggingface.co/datasets/Maximiliano-Flores-Dev/cloudbjorn-eschaton-uncensored_Dataset.texttext-generation1K<n<10K0 likes28 downloads2d agoHugging Face17LHF /escorpius-m esCorpius Multilingual In the recent years, Transformer-based models have lead to significant advances in language modelling for natural language processing. However, they require a vast amount of data to be (pre-)trained and there is a lack of corpora in languages other than English. Recently, several initiatives have presented multilingual datasets obtained from automatic web crawling. However, they present important shortcomings for languages different from English, as they are… See the full description on the dataset page: https://huggingface.co/datasets/LHF/escorpius-m.text-generation100B<n<1T3 likes26 downloads3y agoHugging Face18cloudbjorn /eschaton-uncensored-mini Eschaton Uncensored SFT Mini This is a 50-row, model-agnostic mini set sampled from the cloudbjorn/eschaton-uncensored dataset. It is useful for smoke-testing a conversational loader, chat-template rendering, tokenization, collation, and a short LoRA/SFT run before using the full 1,000-row dataset. Every row is copied verbatim from the full dataset. The mini set does not introduce model-specific chat tokens, mandatory reasoning wrappers, safety disclaimers, or rewritten answers.… See the full description on the dataset page: https://huggingface.co/datasets/cloudbjorn/eschaton-uncensored-mini.texttext-generationn<1K0 likes23 downloads2mo agoHugging Face19emgena /agent_privilege_escalation_tool_call_tampering_teaser 🚀 AI Security - Agent Privilege Escalation & Tool-Call Tampering Guard (Evaluation Teaser) ⚡ Official Free Evaluation Teaser (50 Verified Multi-Turn Scenarios)🏆 Get the Full Production Package (500 Samples) & Commercial EULA on Gumroad:👉 Purchase Full Production Master Dataset on Gumroad🏷️ Use coupon code LAUNCH20 for 20 € off at checkout! 🌟 Domain Focus & Capabilities Blocks tool argument injection, shadow API escalation, and malicious execution payload… See the full description on the dataset page: https://huggingface.co/datasets/emgena/agent_privilege_escalation_tool_call_tampering_teaser.texttext-generationn<1K0 likes21 downloads2d agoHugging Face20esculapeso /my-distiset-10090f86 Dataset Card for my-distiset-10090f86 This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/esculapeso/my-distiset-10090f86/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/esculapeso/my-distiset-10090f86.texttext-generationn<1K0 likes4 downloads2y agoHugging Face

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