CoolFace
11 shown

datasets

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

Clear all
01IFM /MegaMath MegaMath: Pushing the Limits of Open Math Copora Megamath is part of TxT360, curated by LLM360 Team. We introduce MegaMath, an open math pretraining dataset curated from diverse, math-focused sources, with over 300B tokens. MegaMath is curated via the following three efforts: Revisiting web data: We re-extracted mathematical documents from Common Crawl with math-oriented HTML optimizations, fasttext-based filtering and deduplication, all for acquiring higher-quality data on… See the full description on the dataset page: https://huggingface.co/datasets/IFM/MegaMath.texttext-generation100M<n<1B134 likes120k downloads1y agoHugging Face02IFM /Code-Reasoning Code-Reasoning Dataset Description Code problem-solving data with reasoning, direct-answer, and task-synthesis subsets. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access. K2 Horizon Dataset Series Dataset repository Focus Subsets IFM/TxT360-v2 Web and… See the full description on the dataset page: https://huggingface.co/datasets/IFM/Code-Reasoning.texttext-generation100M<n<1B80 likes52k downloads23d agoHugging Face03IFM /Math-Reasoning Math-Reasoning Dataset Description Mathematical problem-solving, rewriting, and dialogue data for reasoning-oriented language-model training. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access. K2 Horizon Dataset Series Dataset repository Focus Subsets IFM/TxT360-v2… See the full description on the dataset page: https://huggingface.co/datasets/IFM/Math-Reasoning.texttext-generation1B<n<10B22 likes32k downloads23d agoHugging Face04IFM /Pretrain-Behaviors Pretrain-Behaviors Dataset Description Behavior-focused text covering reasoning, planning, data science, games, general content, and format rewriting. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access. K2 Horizon Dataset Series Dataset repository Focus Subsets… See the full description on the dataset page: https://huggingface.co/datasets/IFM/Pretrain-Behaviors.texttext-generation1B<n<10B27 likes30k downloads23d agoHugging Face05IFM /TxT360-v2 TxT360-v2 Dataset Description Pre-training sources for the K2 Horizon training data release. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards. K2 Horizon Dataset Series Dataset repository Focus Subsets IFM/TxT360-v2 Web and question-answering text 3 IFM/Code-Reasoning Code reasoning and task synthesis 7 IFM/Math-Reasoning… See the full description on the dataset page: https://huggingface.co/datasets/IFM/TxT360-v2.tabulartext-generation1B<n<10B79 likes23k downloads2d agoHugging Face06IFM /SFT-Reasoning SFT-Reasoning Dataset Description Instruction-following and reasoning data prepared for supervised fine-tuning. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access. K2 Horizon Dataset Series Dataset repository Focus Subsets IFM/TxT360-v2 Web and question-answering text… See the full description on the dataset page: https://huggingface.co/datasets/IFM/SFT-Reasoning.texttext-generation10M<n<100M18 likes4.5k downloads8d agoHugging Face07MorbidCorp /actuarial-fm-p-ifm-dataset Actuarial FM + P + IFM Dataset v0.0.7 Dataset Description Comprehensive training dataset for actuarial AI covering three SOA exams. Dataset Summary Total Examples: 18,794 Exam FM: ~18,000 examples Exam P: 743 examples Exam IFM: 37 examples Format: JSONL with instruction-response pairs Topics Covered Financial Mathematics (FM) Time value of money Annuities and perpetuities Bonds and interest theory Amortization Probability (P)… See the full description on the dataset page: https://huggingface.co/datasets/MorbidCorp/actuarial-fm-p-ifm-dataset.textquestion-answering10K<n<100K0 likes82 downloads11mo agoHugging Face08MorbidCorp /actuarial-fm-p-ifm-ultimate-dataset Ultimate Actuarial FM/P/IFM Dataset v0.0.9 Dataset Description The ultimate training dataset for actuarial AI models, containing 1,708 meticulously crafted examples targeting 95%+ accuracy on professional actuarial exams. Dataset Statistics Total Examples: 1,708 Train: 1,366 (80%) Validation: 170 (10%) Test: 172 (10%) Distribution by Exam Exam Examples Percentage IFM 884 51.8% P 570 33.4% FM 254 14.9% Key Features… See the full description on the dataset page: https://huggingface.co/datasets/MorbidCorp/actuarial-fm-p-ifm-ultimate-dataset.texttext-generation1K<n<10K0 likes59 downloads11mo agoHugging Face09hungbenjamin402 /IF-multi-constraints-upto5-LFM2.5-prompts IF_multi_constraints_upto5 → LFM2.5 prompt format (for RLVR / rejection sampling / DPO) A derivative of allenai/IF_multi_constraints_upto5 (odc-by) normalized for fine-tuning Liquid AI LFM2 / LFM2.5 models, whose native tool-call format is Pythonic: <|im_start|>assistant <|tool_call_start|>[get_weather(location='Paris, France', unit='celsius')]<|tool_call_end|><|im_end|> Prompt-only rows (prompt_only = true): Tulu-SFT instructions with up to 5 verifiable constraints from IFEval… See the full description on the dataset page: https://huggingface.co/datasets/hungbenjamin402/IF-multi-constraints-upto5-LFM2.5-prompts.tabulartext-generation10K<n<100K0 likes35 downloads1mo agoHugging Face10khargenr /IF_multi_constraints_upto5_safe IF_multi_constraints_upto5 (safety filtered) A drop-in replacement for allenai/IF_multi_constraints_upto5 with prompts that Qwen/Qwen3Guard-Gen-8B labels Unsafe removed. Schema, column names and relative row order are unchanged. Why When an instruction-following model is evaluated on a prompt it considers unsafe, it refuses. A refusal cannot satisfy the row's constraints, so the row scores zero regardless of prompt quality. Those rows are unusable as training… See the full description on the dataset page: https://huggingface.co/datasets/khargenr/IF_multi_constraints_upto5_safe.texttext-generation10K<n<100K0 likes18 downloads2mo agoHugging Face11hungbenjamin402 /IF-multi-constraints-upto5-SFT-LFM2.5 IF_multi_constraints_upto5_SFT → LFM2.5 chat format A derivative of UniLu/IF_multi_constraints_upto5_SFT (odc-by) normalized for fine-tuning Liquid AI LFM2 / LFM2.5 models, whose native tool-call format is Pythonic: <|im_start|>assistant <|tool_call_start|>[get_weather(location='Paris, France', unit='celsius')]<|tool_call_end|><|im_end|> SFT-ready precise-instruction-following pairs: the allenai IF-RLVR prompts answered by Gemma-4-31B-it and filtered with the official IFBench… See the full description on the dataset page: https://huggingface.co/datasets/hungbenjamin402/IF-multi-constraints-upto5-SFT-LFM2.5.tabulartext-generation10K<n<100K0 likes18 downloads1mo agoHugging Face

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