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
01mihailgribov /olympiad_style_integer_math_problems Olympiad Math Corpus Version: v2.1.1 Release date: 2026-05-03 59,486 synthetically generated olympiad-style math problems with verified integer answers and formal computation graphs. Loading from datasets import load_dataset ds = load_dataset("mihailgribov/olympiad_style_integer_math_problems", split="train") lemma_applicability is stored as list[{lemma, status}] rather than a sparse dict (required for Arrow-based consumers). To convert to a dict for local use:… See the full description on the dataset page: https://huggingface.co/datasets/mihailgribov/olympiad_style_integer_math_problems.documenttext-generation10K<n<100K1 likes581 downloads5mo agoHugging Face02gijl /styletext-generation3 likes533 downloads7d agoHugging Face03mihailgribov /olympiad_style_integer_math_reasoning Olympiad Math Reasoning Traces Version: v1.0.2 Release date: 2026-04-19 64,763 full model reasoning traces for olympiad-style math problems with verified integer answers. This dataset contains only correct and non-truncated traces — every record contains a terminal \boxed{...} answer (within the last 500 characters of the response) that matches the expected integer exactly, and none of the responses hit the model's generation-token cap. Intended for distillation and supervised… See the full description on the dataset page: https://huggingface.co/datasets/mihailgribov/olympiad_style_integer_math_reasoning.tabulartext-generation10K<n<100K0 likes351 downloads5mo agoHugging Face04Open-Style /Open-LLM-Benchmark Open-LLM-Benchmark Dataset Description The Open-LLM-Leaderboard tracks the performance of various large language models (LLMs) on open-style questions to reflect their true capability. The dataset includes pre-generated model answers and evaluations using an LLM-based evaluator. License: CC-BY 4.0 Dataset Structure An example of model response files looks as follows: { "question": "What is the main function of photosynthetic cells within a plant?"… See the full description on the dataset page: https://huggingface.co/datasets/Open-Style/Open-LLM-Benchmark.texttext-generation100K<n<1M1 likes179 downloads2y agoHugging Face05malteklaes /cpp-code-code_search_net-style C++ Dataset documentation source: https://huggingface.co/docs/datasets/main/en/repository_structure Supported Tasks and Leaderboards language-modeling: The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages. Language C++ programming language Dataset Structure Data Instances A data point consists of a function code along with its documentation.… See the full description on the dataset page: https://huggingface.co/datasets/malteklaes/cpp-code-code_search_net-style.texttext-generation10K<n<100K1 likes147 downloads2y agoHugging Face06Lots-of-LoRAs /task140_detoxifying-lms_classification_style Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task140_detoxifying-lms_classification_style Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task140_detoxifying-lms_classification_style.texttext-generationn<1K1 likes140 downloads2y agoHugging Face072stacks /comedy-style-instruct LLM Comedy Tunes: Instruction Tuning for Humor Dataset Repo: 2stacks/comedy-style-instruct Current version: v2 (2026-05) — see Version History Overview A curated collection of instruction-tuning examples designed to teach Large Language Models how to respond with humor, wit, and comedic timing. This dataset is intended for non-commercial educational and research use in the area of style transfer and prompt-conditioned text generation. Total examples: 316 License:… See the full description on the dataset page: https://huggingface.co/datasets/2stacks/comedy-style-instruct.texttext-generationn<1K0 likes110 downloads5mo agoHugging Face08ceoelonmusk /elon-style-dataset Elon Style Dataset — elon-style-dataset Fine-tuning dataset for training a conversational model that mimics Elon Musk's private texting style: short punchy replies, sarcasm, visionary takes, crypto/tech opinions, and authentic multi-turn cadence. Dataset Stats Split Examples Avg Response Length train 20,900 ~88 chars validation 1,100 ~91 chars 47–50% of responses contain emoji (authentic texting energy) 57% short replies (<60 chars) — punchy, human 33%… See the full description on the dataset page: https://huggingface.co/datasets/ceoelonmusk/elon-style-dataset.texttext-generation10K<n<100K1 likes109 downloads4mo agoHugging Face09smcleod /golang-programming-style-best-practicesNote: WIP - This dataset has not yet been curated to remove duplicates and filler Dataset trained on several popular open source Golang style guides and the effective go book. Source training data: https://go.dev/doc/effective_go https://github.com/uber-go/guide/blob/master/style.md https://google.github.io/styleguide/go/best-practices Q&A generated using Augment Toolkit Generation models: yi-large (API access kindly donated by 01.ai) hermes-2-theta-llama-3-8b qwen2-72b-instruct text-generationn<1K7 likes102 downloads2y agoHugging Face10Lots-of-LoRAs /task933_wiki_auto_style_transfer Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task933_wiki_auto_style_transfer Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task933_wiki_auto_style_transfer.texttext-generation1K<n<10K0 likes89 downloads2y agoHugging Face11coastral /korean-writing-style-instruct 한국어 문체 데이터셋 여러 분야의 문체(문학, 일상적 대화, 고전시가 등)를 포함한 합성 데이터셋입니다. 모델에게 여러 문체를 출력하는 능력을 가르치기 위해 제작되었습니다. 훈련시키실 때, 일반 인스트럭스 데이터셋과 혼용해서 사용하시는 것을 추천드립니다. 이 데이터셋은 apache-2 라이선스로 자유롭게 이용하실 수 있습니다. 데이터는 Glaive 플랫폼을 통해 합성되었고, 한글이 아닌 출력은 걸러냈습니다. texttext-generation10K<n<100K8 likes88 downloads2y agoHugging Face12Lots-of-LoRAs /task927_yelp_negative_to_positive_style_transfer Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task927_yelp_negative_to_positive_style_transfer Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task927_yelp_negative_to_positive_style_transfer.texttext-generationn<1K0 likes80 downloads2y agoHugging Face13neuralwork /fashion-style-instruct Style Chatbot Dataset A style recommendation dataset that contains input (body type and personal clothing style), context (event context) and response triplets. The responses are GPT 3.5 generated outfit combination recommendations given the input body type and personal style prompt and the target / context event. Our dataset contains a variety of events such as business functions, cocktail parties, casual gatherings, fancy dates, etc. See an example Mistral-based finetuned model. texttext-generation1K<n<10K30 likes75 downloads3y agoHugging Face14Lots-of-LoRAs /task955_wiki_auto_style_transfer Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task955_wiki_auto_style_transfer Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task955_wiki_auto_style_transfer.texttext-generation1K<n<10K0 likes75 downloads2y agoHugging Face15DUTAOZHANG /Style2Code_datasets 📦 Dataset Source and Processing The dataset for this project is derived from the iamtarun/python_code_instructions_18k_alpacadataset, which contains approximately 18,000 Python code snippets paired with instructions. It was designed to provide high-quality samples for instruction-driven code generation tasks. To enrich the style diversity and support style-controllable generation, we employed three powerful large language models—DeepSeek, Qwen, and Doubao—to generate diverse code… See the full description on the dataset page: https://huggingface.co/datasets/DUTAOZHANG/Style2Code_datasets.text-generation10M<n<100M0 likes65 downloads1y agoHugging Face1622Danielle /stylematch-outfits StyleMatch — Synthetic Fashion Outfit Descriptions 10,751 English outfit descriptions, fully synthetic, generated with Qwen/Qwen2.5-1.5B-Instruct for the StyleMatch outfit-recommendation app (Intro to Data Science final project). 🚀 Try the live app: StyleMatch on HF Spaces Schema Column Description outfit_id stable row id style one of 16 fashion styles (casual, formal, streetwear, ...) season spring / summer / fall / winter occasion one of 14… See the full description on the dataset page: https://huggingface.co/datasets/22Danielle/stylematch-outfits.textsentence-similarity10K<n<100K0 likes62 downloads2mo agoHugging Face17rrivera1849 /style-aware-paraphraser-author-bank-reddit Style-Aware Paraphraser — Reddit Author Targets Bank A bank of 12 000 anonymous Reddit authors, each represented by 16 exemplar comments plus 5 Mistral-7B paraphrases of each. This is what feeds the target-style side of our paraphraser: pick a row, pass reference_text and paraphrase_reference_text to rrivera1849/style-aware-paraphraser-mistral7b, and the model will rewrite any machine text in that author's style. Reddit usernames are not included; the bank carries only the… See the full description on the dataset page: https://huggingface.co/datasets/rrivera1849/style-aware-paraphraser-author-bank-reddit.texttext-generation10K<n<100K1 likes57 downloads3mo agoHugging Face18nopperl /sustainability-report-emissions-instruction-styleThe sustainability-report-emissions dataset converted into instruction-style JSONL format for direct consumption by SFTTrainer, axolotl, etc. The prompt consists of an instruction and text extracted from relevant pages of a sustainability report. The output is generated using the Mixtral-8x7B-v0.1 model and consists of a JSON string containing the scope 1, 2 and 3 emissions as well as the ids of pages containing this information. The dataset generation scripts are at this GitHub repo. An… See the full description on the dataset page: https://huggingface.co/datasets/nopperl/sustainability-report-emissions-instruction-style.texttext-generation1K<n<10K1 likes55 downloads3y agoHugging Face19AmanPriyanshu /tool-reasoning-sft-TOOLS-hermes-reasoning-tool-style-data-cleaned-rectified-115k Agentic Tool-Use SFT Mix 111,295 additional multi-turn agentic trajectories across four task families, following the same strict reasoning + tool-call FSM format. Combined with the original 3,827 deep-research trajectories, the dataset totals 115,122 samples. Distribution Category Samples Full Compact Deep Research (original) 3,827 100% — Multi-Turn Tool Orchestration 45,776 54% 46% Deep Research 34,282 71% 29% Codebase Retrieval 17,473 69% 31%… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-TOOLS-hermes-reasoning-tool-style-data-cleaned-rectified-115k.texttext-generation100K<n<1M0 likes55 downloads7mo agoHugging Face20PeggyVallin /jfv-french-style-conditioning-dataset-v1.0 JFV French Paired Style-Conditioning Dataset At a Glance Item Value Language French Source Single-author blog corpus, 2005–2025 Public release v1.0 Aligned units in public release 1,484 Texts in public aligned release 7,420 Original experiment 1,492 aligned units / 7,460 texts Generated conditions Ministral baseline; profile; profile + five-shot examples Primary use Paired study of stylistic conditioning and evaluation-metric validity… See the full description on the dataset page: https://huggingface.co/datasets/PeggyVallin/jfv-french-style-conditioning-dataset-v1.0.tabulartext-generation1K<n<10K0 likes54 downloads4d agoHugging Face21rrivera1849 /style-aware-paraphraser-outputs Style-Aware Paraphraser Outputs ⚠️ Intended for evaluating machine-text detectors, not for training them. Each row is a (human, machine, adversarial-paraphrase) triple drawn from a specific evaluation slice of three domains. The author bank that produced these outputs overlaps with the rows here, so training a detector against this data would not generalize. Use it to score a detector, not to fit one. Final outputs of the style-aware paraphraser from Attacks on Machine-Text… See the full description on the dataset page: https://huggingface.co/datasets/rrivera1849/style-aware-paraphraser-outputs.texttext-classification10K<n<100K0 likes52 downloads3mo agoHugging Face22RedinGhost /StyleBench-ZH StyleBench-ZH Chinese style editing: template dependence, efficiency, coherence and suitability for the writing context. This is the complete public v0.1.1 release of StyleBench-ZH: 241 source families and 482 instances. Each family contains a natural model output and a controlled variant. It is part of Editorial Guard. Splits Split Families Instances calibration 40 80 development 150 300 validation 50 100 locked_test 1 2 The published… See the full description on the dataset page: https://huggingface.co/datasets/RedinGhost/StyleBench-ZH.texttext-generationn<1K0 likes49 downloads2d agoHugging Face23innova-ai /Human-Style-Answers Human Style Answers This Datasets contains question and answers on different topics in Human style. (For Chatbots training) This Datasets is build using TOP AI like (GPT4, Claude3 , Command R+, etc.) Dataset Details Description The Human Style Response Dataset is a rich collection of question-and-answer pairs, meticulously crafted in a human-like style. It serves as a valuable resource for training chatbots and conversational AI models. Let's dive into the… See the full description on the dataset page: https://huggingface.co/datasets/innova-ai/Human-Style-Answers.texttext-generation1K<n<10K10 likes46 downloads2y agoHugging Face24leeroy-jankins /Associated-Press-Stylebook Federal Travel Regulation Maintainer: Terry Eppler Owner: US Federal Government Dataset Summary This dataset contains document-grounded question-and-answer records based on the Federal Travel Regulation, as reproduced in the source volume of title 41 of the Code of Federal Regulations. The Federal Travel Regulation establishes government-wide policies governing official civilian travel and relocation at Federal expense. It addresses temporary duty travel… See the full description on the dataset page: https://huggingface.co/datasets/leeroy-jankins/Associated-Press-Stylebook.documentquestion-answering0 likes46 downloads2mo agoHugging Face25MuratcanKoylan /gertrude-stein-style-sft Gertrude Stein Style Transfer SFT Dataset A supervised fine-tuning dataset for training language models to write in Gertrude Stein's distinctive literary style. Generated from her 1909 novel "Three Lives." Dataset Description This dataset contains instruction-response pairs where: Input: A prompt asking the model to write in Gertrude Stein's style about a specific scene Output: The actual text from Stein's novel The dataset uses diverse prompt templates (15 variations)… See the full description on the dataset page: https://huggingface.co/datasets/MuratcanKoylan/gertrude-stein-style-sft.texttext-generationn<1K3 likes45 downloads9mo agoHugging Face26WasamiKirua /Her-Samantha-Style Ultra-High Quality Samantha Dataset A meticulously curated conversational AI dataset designed to capture the essence of Samantha from the movie "Her" - characterized by emotional intelligence, philosophical depth, and authentic conversational patterns. Dataset Summary This dataset contains 20,000 ultra-high quality conversational responses that have been systematically filtered and scored based on Samantha's distinctive characteristics from the 2013 film "Her". Each… See the full description on the dataset page: https://huggingface.co/datasets/WasamiKirua/Her-Samantha-Style.texttext-generation10K<n<100K5 likes44 downloads1y agoHugging Face27knoveleng /stylegen stylegen Synthetic (prompt, response) pairs for multi-attribute style steering. Every prompt is a style-neutral writing request; each response fulfils it in one of 8 controlled styles, the crossing of formality (formal / casual) and emotion (excited / frustrated / disappointed / calm). Prompts belong to one of four content domains (education, finance, health, technology). Design One brief (a few plain facts about an emotionally open event: a schedule change, a… See the full description on the dataset page: https://huggingface.co/datasets/knoveleng/stylegen.texttext-generationn<1K0 likes43 downloads3d agoHugging Face28Mir-2002 /python-google-style-docstrings Overview This dataset contains Python code-docstring pairs, whereas the docstrings are in Google style. A Google style docstring is structured as follows: <Description of the code> Args: <var1> (<data-type>) : <description of var1> <var2> (<data_type>) : <description of var2> Returns: <var3> (<data-type>) : <description of var3> Raises: <var4> (<data-type>) : <description of var4> The format varies widely (like additional sections such as Examples, Notes, etc) but generally… See the full description on the dataset page: https://huggingface.co/datasets/Mir-2002/python-google-style-docstrings.textsummarization10K<n<100K0 likes32 downloads11mo agoHugging Face29APTO-001 /japanese-style-contrast-datasetgated LLMの文体差理解向上のための日本語データセット 本データセットは、新居浜工業高等専門学校と株式会社APTOの共同研究により構築された、日本語LLMの文体差(話し言葉・書き言葉)理解性能の向上を目的とした学習用データセットです。 新居浜高専 電子工学専攻の高専生が研究の企画立案からデータセット構築、追加学習および評価実験までを主導し、指導教員の助言と株式会社APTOからの計算環境の提供・技術的指導のもとで作成されました。 本研究の成果は言語処理学会第32回年次大会(NLP2026)にて発表されます。 研究の背景 大規模言語モデル(LLM)は日本語の質問応答や文章生成において高い性能を示す一方で、話し言葉と書き言葉といった文体差に対する理解には課題が残されております。特に話し言葉では、口語的表現や省略を含むため理解性能が不安定になりやすく、文体差への対応は日本語LLMにおける重要な課題となっています。… See the full description on the dataset page: https://huggingface.co/datasets/APTO-001/japanese-style-contrast-dataset.textquestion-answering1K<n<10K0 likes32 downloads7mo agoHugging Face30kogai /full-html-stying-dataset-generated-css-from-style-plan Generated CSS From Style Plan kogai/full-html-stying-dataset-generated-css-from-style-plan contains generated_css_from_style_plan.jsonl, a JSONL dataset with 44458 synthetic examples. Model-generated CSS outputs conditioned on source HTML, user style requests, and structured style plans. Schema chat_template_overhead_tokens: field present in the JSONL records. created_at: field present in the JSONL records. input_html: source HTML before Tailwind classes are… See the full description on the dataset page: https://huggingface.co/datasets/kogai/full-html-stying-dataset-generated-css-from-style-plan.text-generation10K<n<100K0 likes31 downloads2mo agoHugging Face

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