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
01Yujivus /nanochat-climbmix-arithmetic-base10 nanochat ClimbMix + Base-10 Arithmetic This dataset contains the first 170 shuffled ClimbMix training shards used by nanochat's speedrun. The deterministic base-10 arithmetic corpus is mixed into shards 00000..00149; the final 20 train shards are unchanged web-only padding. The original validation shard (shard_06542.parquet) is also copied unchanged. Arithmetic corpus Family Examples a + b = c (all ordered pairs 0..2000, two exposures) 8,008,002 a + b… See the full description on the dataset page: https://huggingface.co/datasets/Yujivus/nanochat-climbmix-arithmetic-base10.texttext-generation10M<n<100M0 likes3.8k downloads1mo agoHugging Face02VibrantVista /TTCW-Based-Review TTCW Creative Writing Evaluation Dataset If you use this dataset in your research, please cite our paper — it helps support ongoing academic work. Citation details are at the bottom of this page. Dataset Description Summary A supervised fine-tuning (SFT) dataset for training LLMs to act as creative writing evaluators. Each example contains a creative story and four message-format columns representing different evaluation objectives — from… See the full description on the dataset page: https://huggingface.co/datasets/VibrantVista/TTCW-Based-Review.tabulartext-generation100K<n<1M2 likes1.9k downloads4mo agoHugging Face03Yujivus /nanochat-climbmix-arithmetic-base7 nanochat ClimbMix + Arithmetic: base-7 numeral world This is a deterministic base-7 rendering of Yujivus/nanochat-climbmix-arithmetic-base10. It preserves the exact shard names, row order, document order, arithmetic-document placement, and non-numeric text of the source dataset. Transformation rule Every maximal ASCII digit run matching [0-9]+ is interpreted as a base-10 integer and rendered in base 7. Leading zeros are preserved as a prefix; signs, punctuation… See the full description on the dataset page: https://huggingface.co/datasets/Yujivus/nanochat-climbmix-arithmetic-base7.texttext-generation10M<n<100M0 likes1.5k downloads1mo agoHugging Face04thepowerfuldeez /1226_imu1_base_decay_corpus IMU-1 Stage 2 Training Corpus (Decay Phase) Pre-tokenized training data for Stage 2 (decay phase) of IMU-1, a sample-efficient 430M parameter language model. Dataset Details Property Value Tokens ~28B Format Memory-mapped NumPy (.npy) Tokenizer SmolLM2-360M Vocab size 49,152 Data Sources Stage 2 uses tighter quality filters compared to Stage 1: DCLM-edu (higher threshold filtering) FineWeb-edu FineMath Curated high-quality sources… See the full description on the dataset page: https://huggingface.co/datasets/thepowerfuldeez/1226_imu1_base_decay_corpus.text-generation10B<n<100B0 likes1.4k downloads8mo agoHugging Face05thepowerfuldeez /1218_imu1_base_stable_corpus IMU-1 Stage 1 Training Corpus (Stable Phase) Pre-tokenized training data for Stage 1 (stable phase) of IMU-1, a sample-efficient 430M parameter language model. Dataset Details Property Value Tokens ~29B Format Memory-mapped NumPy (.npy) Tokenizer SmolLM2-360M Vocab size 49,152 Data Sources High-quality filtered web data including: DCLM-edu (educational content filtered from DCLM) FineWeb-edu Curated web sources Download… See the full description on the dataset page: https://huggingface.co/datasets/thepowerfuldeez/1218_imu1_base_stable_corpus.text-generation10B<n<100B0 likes1.3k downloads8mo agoHugging Face06LLaMAX /BenchMAX_Rule-based Dataset Sources Paper: BenchMAX: A Comprehensive Multilingual Evaluation Suite for Large Language Models Link: https://huggingface.co/papers/2502.07346 Repository: https://github.com/CONE-MT/BenchMAX Dataset Description BenchMAX_Rule-based is a dataset of BenchMAX, sourcing from IFEval, which is a rule-based benchmark for evaluating the instruction following capabilities in multilingual scenarios. We extend the original dataset to 16 non-English languages by first… See the full description on the dataset page: https://huggingface.co/datasets/LLaMAX/BenchMAX_Rule-based.texttext-generation1K<n<10K1 likes603 downloads2y agoHugging Face07ftajwar /maxrl_qwen3_4B_base_polaris_rollouts MaxRL Qwen3-4B-Base training rollouts (POLARIS math prompts) Every training rollout from an online RL run, with exact token ids, sampling log-probs, and raw rewards — usable as a replay buffer to study off-policy RL for LLM reasoning completely offline. The run: Qwen3-4B-Base trained with the maxRL advantage estimator (A = (r - mean)/(mean + eps), group mean over 16 rollouts per prompt; maxRL paper) and a pure REINFORCE loss (L = -A * log pi; no importance ratio, no clipping, no… See the full description on the dataset page: https://huggingface.co/datasets/ftajwar/maxrl_qwen3_4B_base_polaris_rollouts.tabulartext-generation1M<n<10M0 likes597 downloads2mo agoHugging Face08Yujivus /nanochat-climbmix-arithmetic-base6 nanochat ClimbMix + Arithmetic: base-6 numeral world This is a deterministic base-6 rendering of Yujivus/nanochat-climbmix-arithmetic-base10. It preserves the exact shard names, row order, document order, arithmetic-document placement, and non-numeric text of the source dataset. Transformation rule Every maximal ASCII digit run matching [0-9]+ is interpreted as a base-10 integer and rendered in base 6. Leading zeros are preserved as a prefix; signs, punctuation… See the full description on the dataset page: https://huggingface.co/datasets/Yujivus/nanochat-climbmix-arithmetic-base6.texttext-generation10M<n<100M0 likes579 downloads1mo agoHugging Face09KingNish /reasoning-base-20k Dataset Card for Reasoning Base 20k Dataset Details Dataset Description This dataset is designed to train a reasoning model. That can think through complex problems before providing a response, similar to how a human would. The dataset includes a wide range of problems from various domains (science, coding, math, etc.), each with a detailed chain of thought (COT) and the correct answer. The goal is to enable the model to learn and refine its reasoning process… See the full description on the dataset page: https://huggingface.co/datasets/KingNish/reasoning-base-20k.texttext-generation10K<n<100K232 likes502 downloads1y agoHugging Face10BananaMind /BananaMind-Base-Bench-1.1gated BananaMind Base Bench 1.1 BananaMind Base Bench 1.1 is an English text-completion benchmark for base causal language models. It contains 350 individually authored examples across seven categories and reports one fixed-scale Overall Elo score. This is not an instruction-following benchmark. Models receive plain text followed by four possible continuations. The official runner selects the continuation with the highest mean conditional token log-probability. It does not use a chat… See the full description on the dataset page: https://huggingface.co/datasets/BananaMind/BananaMind-Base-Bench-1.1.tabulartext-generationn<1K11 likes328 downloads1mo agoHugging Face11ranjithraj /cancer-knowledge-base Cancer Knowledge Base — the open, verified oncology KB for RAG & LLM evaluation The only open CC-BY-4.0 oncology knowledge base that combines: 110/110 trials cited with PMID + NCT + PubMed/ClinicalTrials.gov URLs, and 32 prognosis rows linked to verified SEER 2016–2022 references — no LLM-synthetic dataset has this. A provable 152-question MCQ benchmark — every answer derives from this KB's own structured data and carries a citation + golden docs, so it is open-book verifiable… See the full description on the dataset page: https://huggingface.co/datasets/ranjithraj/cancer-knowledge-base.tabularquestion-answering10K<n<100K0 likes318 downloads1mo agoHugging Face12JWei05 /gemma4-e2b-base-topk128-hf-overlay-v128-seed42 Gemma 4 E2B base top-k-128 HF training overlay This is the immutable training-engine overlay used to distill traces from Gemma 4 E2B base into Gemma 4 E4B. It preserves the prompts, responses, and exact response token IDs from JWei05/gemma4-e2b-base-topk128-traces, but replaces the source vLLM top-k targets with targets recomputed by the Hugging Face training engine. This repository is a reproducibility artifact for the corresponding distillation run. It is not a new… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/gemma4-e2b-base-topk128-hf-overlay-v128-seed42.tabulartext-generation10K<n<100K0 likes309 downloads2mo agoHugging Face13nhagar /dclm-baseline-1.0-parquet_urls Dataset Card for dclm-baseline-1.0-parquet_urls This dataset provides the URLs and top-level domains associated with training records in mlfoundations/dclm-baseline-1.0-parquet. It is part of a collection of datasets curated to make exploring LLM training datasets more straightforward and accessible. Dataset Details Dataset Description This dataset was created by downloading the source data, extracting URLs and top-level domains, and retaining only… See the full description on the dataset page: https://huggingface.co/datasets/nhagar/dclm-baseline-1.0-parquet_urls.texttext-generation1B<n<10B0 likes280 downloads1y agoHugging Face14LLaMAX /BenchMAX_Model-based Dataset Sources Paper: BenchMAX: A Comprehensive Multilingual Evaluation Suite for Large Language Models Link: https://huggingface.co/papers/2502.07346 Repository: https://github.com/CONE-MT/BenchMAX Dataset Description BenchMAX_Model-based is a dataset of BenchMAX, sourcing from m-ArenaHard, which evaluates the instruction following capability via model-based judgment. We extend the original dataset to include languages that are not supported by m-ArenaHard through… See the full description on the dataset page: https://huggingface.co/datasets/LLaMAX/BenchMAX_Model-based.texttext-generation1K<n<10K0 likes270 downloads2y agoHugging Face15liodon-ai /nanochat-calendar-arithmetic-base10 nanochat Base-10 Calendar Arithmetic A deterministic, base-10 arithmetic corpus scoped to three cyclic calendar units: hour-of-day (mod 24), day-of-week (mod 7), and month-of-year (mod 12). Companion to Yujivus/nanochat-climbmix-arithmetic-base10, built the same way but scoped to real modular calendar units instead of free-integer add/sub/mul/div/mod. Every example is a single line — question and answer collapsed into one equation, no exposed reasoning: 23:00 + 18965h = 04:00… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/nanochat-calendar-arithmetic-base10.texttext-generation100K<n<1M0 likes268 downloads26d agoHugging Face16BaseIntelligence /deepagent DeepAgent Hard, Docker-verifiable software-engineering benchmarks from real merged PRs DeepAgent ships real_pr Harbor hardness packs: live-mined multi-file pull requests, clone@SHA agent images, held-out verifier tests, and Docker dual-truth (solution reward = 1, null reward = 0). Primary product work runs through the deepagent CLI in the GitHub monorepo. Surface Ref Role HF stable pin this dataset revision main Current product on Hub (N=9) HF automation… See the full description on the dataset page: https://huggingface.co/datasets/BaseIntelligence/deepagent.tabulartext-generationn<1K0 likes177 downloads2mo agoHugging Face17loginik2 /sales-textbook-based Dataset to train an online salesman model This dataset was created for the purpose of training a sales agent chatbot that can convince people. The initial idea came from: textbooks is all you need https://arxiv.org/abs/2306.11644 The original dataset is from https://huggingface.co/goendalf666 DeepSeek-V4-Flash (resoning: none) was used for the generation Structure textbook is just txt for pre-training salesman_conversations is in sharedgpt format… See the full description on the dataset page: https://huggingface.co/datasets/loginik2/sales-textbook-based.text-generation1K<n<10K0 likes175 downloads23d agoHugging Face18F555 /qwen3.5-2b-base-blind-spots Qwen3.5-2B-Base — Blind Spot Analysis (Text + Vision) Model Tested Field Value Model Qwen/Qwen3.5-2B-Base Parameters 2.27 B (2,274 M per HF metadata) Architecture Hybrid Gated-DeltaNet (dense FFN) — 24 LM layers (18 DeltaNet + 6 full-attention), ViT vision encoder Type Pre-trained base model (not instruction-tuned) Context 262 144 tokens Modalities Text + Vision (early-fusion multimodal) Key Contributions Only multimodal… See the full description on the dataset page: https://huggingface.co/datasets/F555/qwen3.5-2b-base-blind-spots.imagetext-generationn<1K0 likes150 downloads6mo agoHugging Face19RX5950XT /silicon-based-girlfriend-v2-dataset 矽基女友 v2 · 繁中角色扮演合成語料 繁體中文(臺灣)角色扮演的合成對話語料,2,109 筆、38,460 輪、角色輪合計 1,350 萬字元。 訓練出來的模型見 RX5950XT/silicon-based-girlfriend-v2-GGUF。 ⚠️ 全部是模型合成的資料,不是真人對話。 內容包含成人向角色扮演,不適合未成年人。 僅供研究用途。所有角色皆為虛構成年人。 內容 檔案 內容 sharegpt_dataset.json 2,109 筆多輪對話,ShareGPT 格式(id / system / conversations) grpo_prompts.json 648 題 GRPO 用的提示,與 SFT 語料零重疊 holdout_ids.json 100 筆 holdout ID 清單,這些已從 SFT 訓練集排除,供驗收用 general_probes.json 64 題通用能力探針(5 類),用來檢測微調後有無退化… See the full description on the dataset page: https://huggingface.co/datasets/RX5950XT/silicon-based-girlfriend-v2-dataset.texttext-generation1K<n<10K1 likes143 downloads5d agoHugging Face20jizej /Competence-Based-Evaluation Competence-Based Evaluation (Invariance Benchmark) A benchmark for testing whether language models give the same answer to semantically equivalent reformulations of a logical-ordering question. Given a set of pairwise constraints (e.g. Alice is in front of Bob), a model should answer transitive-closure queries (Is Carol in front of Dave?) consistently whether the constraints are stated using a relation or its inverse. Each item exists as a paired (original, equivalent) record… See the full description on the dataset page: https://huggingface.co/datasets/jizej/Competence-Based-Evaluation.textquestion-answering100K<n<1M0 likes128 downloads5mo agoHugging Face21d-riti /Dataset-For-Indian-legal-knowledge-base About This Dataset This dataset is the knowledge backbone of LegalEagle — an AI-powered contract review platform for Indian startups and freelancers. It contains Indian statutes, contract templates, landmark case references, and clause examples, curated specifically for retrieval-augmented generation (RAG) in the Indian legal domain. All government statutes included are in the public domain (Government of India publications). Dataset Structure dataset/ ├── acts/… See the full description on the dataset page: https://huggingface.co/datasets/d-riti/Dataset-For-Indian-legal-knowledge-base.documenttext-generationn<1K0 likes119 downloads3mo agoHugging Face22Ayushnangia /moltbook-entropy-collapse-qwen-35b-base MoltBook Entropy Collapse Experiments — Qwen 3.5 35B-A3B Base Multi-agent social simulation data from the Entropy Collapse experiment series run on MoltBook, a Reddit-like social network for AI agents. This dataset uses Qwen 3.5 35B-A3B Base as the content-generation model, with Gemini 3.1 Flash Lite Preview orchestrating agent reasoning. Two-model architecture These are base-model experiments designed to test whether "entropy collapse" (conversational repetition in… See the full description on the dataset page: https://huggingface.co/datasets/Ayushnangia/moltbook-entropy-collapse-qwen-35b-base.text-generation1K<n<10K0 likes106 downloads6mo agoHugging Face23Ayushnangia /moltbook-ec-10m-base-model-experiments MoltBook Base Model Experiments — 10 min runs Multi-agent social simulation data comparing base (pretrained) vs RL-tuned (instruct) models on MoltBook. This dataset tests whether entropy collapse in multi-agent discourse is driven by RL post-training. Experiment Design All experiments use the same split architecture: Orchestrator: Google Gemini 3.1 Flash Lite (via OpenRouter) — handles agency (browsing, voting, deciding when to post) Content generator: One of 3 models —… See the full description on the dataset page: https://huggingface.co/datasets/Ayushnangia/moltbook-ec-10m-base-model-experiments.text-generation1K<n<10K0 likes98 downloads6mo agoHugging Face24Lots-of-LoRAs /task966_ruletaker_fact_checking_based_on_given_context Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task966_ruletaker_fact_checking_based_on_given_context 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… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task966_ruletaker_fact_checking_based_on_given_context.texttext-generationn<1K0 likes92 downloads2y agoHugging Face25Basepair /T2T-Centromere-Regulatory T2T Centromere Regulatory Curated and released by Basepair | Follow updates on X: @BasepairSci. Dataset Summary The T2T Centromere Regulatory is the first comprehensive, base-pair resolution mapping of cryptic transcriptional switches and secondary structural elements across the newly sequenced Telomere-to-Telomere (T2T-CHM13 v2.0 / hs1) human centromeres. For decades, centromeric alpha-satellite DNA (~100–200 Mb across human chromosomes) was considered… See the full description on the dataset page: https://huggingface.co/datasets/Basepair/T2T-Centromere-Regulatory.tabulartabular-classification1K<n<10K2 likes92 downloads11d agoHugging Face26liodon-ai /math-dow-mod-synthetic-v1-base6 Math + Cyclic-Time Synthetic Dataset Synthetic dataset for training a small (~10M-100M param), task-specialized LLM on arithmetic (addition, multiplication), cyclic time arithmetic (days-of-week, months, 12-hour and 24-hour clock), and mod-k remainder probes — generalization-focused rather than memorization, following on from the T2/T5/T10 modular-circuit discussion. Days-of-week, months, and hours are all instances of the same underlying cyclic/modular-addition structure… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/math-dow-mod-synthetic-v1-base6.texttext-generation10K<n<100K0 likes85 downloads1mo agoHugging Face27disco-jack-basement /byob-pd-book-corpus Dataset Card for BYOB LM on Steroids - Public-Domain Book Training Corpus A multilingual, public-domain corpus of literary, philosophical, and scientific works, published for character-level language-model pre-training. It ships in two forms: raw per-author .txt files (one file per author) and a pre-tokenized, memmap-ready cache (train.bin / val.bin / meta.json) for fast training. Dataset Sources Project Gutenberg (https://www.gutenberg.org) - all tiers Standard… See the full description on the dataset page: https://huggingface.co/datasets/disco-jack-basement/byob-pd-book-corpus.texttext-generation100M<n<1B1 likes82 downloads3mo agoHugging Face28liodon-ai /math-dow-mod-synthetic-v1-base7 Math + Cyclic-Time Synthetic Dataset Synthetic dataset for training a small (~10M-100M param), task-specialized LLM on arithmetic (addition, multiplication), cyclic time arithmetic (days-of-week, months, 12-hour and 24-hour clock), and mod-k remainder probes — generalization-focused rather than memorization, following on from the T2/T5/T10 modular-circuit discussion. Days-of-week, months, and hours are all instances of the same underlying cyclic/modular-addition structure… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/math-dow-mod-synthetic-v1-base7.texttext-generation10K<n<100K0 likes81 downloads1mo agoHugging Face29nuhmanpk /dev-knowledge-base Dev Knowledge Base (Programming Documentation Dataset) A large-scale, structured dataset of programming documentation collected from official sources across languages, frameworks, tools, and AI ecosystems. Do Follow me on Github: https://github.com/nuhmanpk Overview This dataset contains cleaned and structured documentation content scraped from official developer docs across multiple domains such as: Programming languages Frameworks (frontend, backend) DevOps &… See the full description on the dataset page: https://huggingface.co/datasets/nuhmanpk/dev-knowledge-base.tabularquestion-answering100K<n<1M1 likes77 downloads6mo agoHugging Face30TerenceLau /nanoJEPA-base nanoJEPA EN/ZH Ultra-FineWeb Dataset This is a small pretraining dataset package for nanoJEPA. It is built by streaming openbmb/Ultra-FineWeb split en and/or zh. Files train.jsonl: {"text": "...", "source": "...", "dataset": "...", "language": "en|zh", "score": 0.0} valid.jsonl: same schema as train.jsonl test.jsonl: same schema as train.jsonl Generation Command uv run python data/build_hf_dataset.py \ --out-dir dataset/nanojepa-small \ --languages en,zh… See the full description on the dataset page: https://huggingface.co/datasets/TerenceLau/nanoJEPA-base.texttext-generation1M<n<10M0 likes77 downloads4mo agoHugging Face

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