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
01TMoC /SYNTH-Swallow-Math-Code-Mix Mixed dataset: SYNTH + SwallowMath-v2 + SwallowCode-v2 This high-signal, all synthetic dataset is a complete shuffled mix of the following four sources: SYNTH ~63.5% SwallowCode-v2 ~15.5% SwallowMath-v2-textbook ~10.5% SwallowMath-v2-qa ~10.0% The motivation to provide this on HF was the need for a convenient, pre-shuffled merge of the highest quality synthetic / augmented datasets for small language model pre-training experiments as of… See the full description on the dataset page: https://huggingface.co/datasets/TMoC/SYNTH-Swallow-Math-Code-Mix.texttext-generation100M<n<1B1 likes728 downloads8mo agoHugging Face02mlfoundations-dev /hero_run_4_math_codetabular1M<n<10M0 likes374 downloads1y agoHugging Face03semran1 /test2_math_code_addedtext10M<n<100M0 likes292 downloads10mo agoHugging Face04manifesta /verified-math-code-17k Verified Math & Code, 17,000 rows A math and code instruction dataset where every single row was mechanically checked before it was allowed in. Not filtered by a heuristic, not scored by a model. Checked. Two layers of verification, one per domain: Every math answer was compared against an independent gold answer by exact, numeric and symbolic (SymPy) comparison. If the worked solution did not arrive at the gold answer, the row was dropped.… See the full description on the dataset page: https://huggingface.co/datasets/manifesta/verified-math-code-17k.texttext-generation10K<n<100K0 likes202 downloads1mo agoHugging Face05mlfoundations-dev /32b_exploit_seed_math_code_dedup_decontaminatetabular100K<n<1M0 likes170 downloads2y agoHugging Face06GXLXY /mopd-math-code-mix MOPD math+code mix `train/`: math:code ≈ 1:1 平衡集(`math.parquet` + `code_*.parquet` shards) `val/mopd_val_mix.parquet`: AIME24 全量 + MATH-500 子集 + Eurus code_validation 子集 路由字段:`ability ∈ {math, code}` texttext-generation10K<n<100K0 likes145 downloads1mo agoHugging Face07MathCodeBench /linear-programmingtextn<1K2 likes65 downloads2y agoHugging Face08weqweasdas /preference_dataset_mixture2_and_safe_pku30k_and_argilla_math_and_ultra_code_for_preference_modeltext100K<n<1M0 likes62 downloads2y agoHugging Face09communityai /aptchat-v2-math-code-general-50ktext10K<n<100K0 likes47 downloads3y agoHugging Face10haowu89 /math-ai-bench-sources-code math-ai-bench-sources-code A code benchmark evaluation dataset with 83,072 solution trajectories generated by state-of-the-art thinking models on coding benchmark problems. Overview Each entry is a long-form solution trajectory (chain-of-thought + final code) produced by a reasoning model on a held-out coding benchmark. Every trajectory carries a verified correct label, and every problem carries a correct_ratio (pass rate over all trajectories for that problem).… See the full description on the dataset page: https://huggingface.co/datasets/haowu89/math-ai-bench-sources-code.tabular10K<n<100K0 likes45 downloads3mo agoHugging Face11GXLXY /mopd-math-code-full-valtext1K<n<10K0 likes41 downloads26d agoHugging Face12happzy2633 /math_codetext10K<n<100K1 likes40 downloads10mo agoHugging Face13Rishabh-sucks-at-code /math_dataset_tinytext1K<n<10K0 likes39 downloads2y agoHugging Face14autoprogrammer /amthinking_code_math_mixed_100ktext100K<n<1M0 likes34 downloads1y agoHugging Face15saurabh5 /OpenThoughts3-full-filtered-math-no-codetext100K<n<1M0 likes33 downloads1y agoHugging Face16gaotang /filtered_sky_code_8k_math_10k_rubric_evidence_classifytext10K<n<100K0 likes31 downloads1y agoHugging Face17bolajiev /math-code-adaptive-50ktext10K<n<100K0 likes31 downloads3mo agoHugging Face18AlgorithmicResearchGroup /math_reasoning_automated_problem_solving_with_code_track_3text1K<n<10K1 likes28 downloads2y agoHugging Face19communityai /aptchat-v2-code-math-1ktext1K<n<10K1 likes26 downloads3y agoHugging Face20communityai /aptchat-v2-code-math-100ktext10K<n<100K0 likes26 downloads3y agoHugging Face21thanhdath /vietnamese-mathcoder Dataset description This dataset contains both English and Vietnamese samples. Each sample has 3 solutions including a coding solution, an explanation solution and a direct solution. They are distinguished by the tokens <sol>, <exp> and <dir>, respectively. For coding solution, execute the Python code wrapped inside ``` for the output result. DON'T TRUST the choice generated by model after coding, just execute the code and map it to the choice. With this dataset & QLoRA on… See the full description on the dataset page: https://huggingface.co/datasets/thanhdath/vietnamese-mathcoder.text10K<n<100K0 likes24 downloads3y agoHugging Face22Rishabh-sucks-at-code /math_dataset_smalltext10K<n<100K1 likes24 downloads2y agoHugging Face23communityai /aptchat-code-math-0.5ktextn<1K0 likes22 downloads3y agoHugging Face24orpo-explorers /OHP-15k-mathcodetext10K<n<100K2 likes22 downloads2y agoHugging Face25gimmy256 /math-code-africa Math & Code — African Context Dataset Instruction-tuning dataset covering math and coding in African contexts: word problems with African currencies (UGX, KES, NGN), names, geography, and real-world scenarios (mobile money, market trading, farming); coding challenges for USSD systems, mobile money APIs, SMS gateways, agricultural data pipelines, and multilingual NLP — grounded via web search, generated with gemini-2.5-flash. Dataset Details Rows: 331 Regions… See the full description on the dataset page: https://huggingface.co/datasets/gimmy256/math-code-africa.texttext-generationn<1K0 likes22 downloads2mo agoHugging Face26Rishabh-sucks-at-code /math_datasettext1M<n<10M0 likes21 downloads2y agoHugging Face27mikasenghaas /SFT-Math-Code SFT-Math-Code Generation This dataset was created by running uv run sft-math-code.py -H -U mikasenghaas # sft-math-code.py # /// script # requires-python = ">=3.12" # dependencies = ["datasets", "jinja2"] # /// import argparse import json import sys from pathlib import Path from typing import cast from huggingface_hub import DatasetCard, DatasetCardData, whoami fromdatasets import Dataset, DatasetDict, IterableDataset, load_dataset def format_num(num: float | int… See the full description on the dataset page: https://huggingface.co/datasets/mikasenghaas/SFT-Math-Code.text1K<n<10K0 likes20 downloads1y agoHugging Face28Finnish-NLP /mt_bench_deepl_translated_fi_no_code_mathtextn<1K0 likes19 downloads3y agoHugging Face29MathCodeBench /math-tasks-datasettextn<1K0 likes19 downloads2y agoHugging Face30gaotang /filtered_sky_code_8k_math_10k_rubric_reasoningtext10K<n<100K0 likes19 downloads1y agoHugging Face

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