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
01Phase-Technologies /forge-3b-pretrain-data FORGE-3B Pretraining Data Tokenized and packed pretraining data for the FORGE-3B language model. Stats Total tokens: 51.4070B Domains: 10/10 Sequence length: 2048 tokens Format: .npy shards of shape (N, 2048) with dtype uint32 Tokenizer: CRAYON (xerv-crayon, standard profile) Domain Breakdown Domain Weight Tokens (B) Status fineweb_edu 30% 15.0008 ✓ thestack 16% 8.0011 ✓ wikipedia 8% 4.2791 ✓ openwebmath 8% 3.9654 ✓ books 7%… See the full description on the dataset page: https://huggingface.co/datasets/Phase-Technologies/forge-3b-pretrain-data.text-generation10B<n<100B0 likes3.6k downloads3mo agoHugging Face02Lxd99 /PCMind-2.1-Kaiyuan-2B-phase1-part1-1-0323 This repository contains the complete pretraining dataset for PCMind-v2.1-Kaiyuan-2B, a leading fully open-source language model. Overview The dataset is organized into 5 training phases, with all phase datasets open-sourced in this repository. Our training methodology employs domain-specific mixing strategies across five primary domains: English: General English text Chinese: General Chinese text Code: Programming and code-related content Math: Mathematical reasoning and… See the full description on the dataset page: https://huggingface.co/datasets/Lxd99/PCMind-2.1-Kaiyuan-2B-phase1-part1-1-0323.texttext-generation100M<n<1B0 likes440 downloads6mo agoHugging Face03Lxd99 /PCMind-2.1-Kaiyuan-2B-phase1-part1-2 This repository contains the complete pretraining dataset for PCMind-v2.1-Kaiyuan-2B, a leading fully open-source language model. Overview The dataset is organized into 5 training phases, with all phase datasets open-sourced in this repository. Our training methodology employs domain-specific mixing strategies across five primary domains: English: General English text Chinese: General Chinese text Code: Programming and code-related content Math: Mathematical reasoning and… See the full description on the dataset page: https://huggingface.co/datasets/Lxd99/PCMind-2.1-Kaiyuan-2B-phase1-part1-2.texttext-generation100M<n<1B0 likes439 downloads6mo agoHugging Face04jlai300 /RewardLens-phase2-archive RewardLens Phase II Archive This is the final clean Hugging Face evidence archive for the completed RewardLens Phase II eight-model experiment. What this archive contains 8-model experiment evidence static judgments audit judgments Best-of-N pair graphs selections final metrics analysis figures/tables manifests provenance validity metadata and frozen annotation materials where available reproducibility metadata and checksums Models… See the full description on the dataset page: https://huggingface.co/datasets/jlai300/RewardLens-phase2-archive.visual-question-answering0 likes374 downloads8d agoHugging Face05EmpathicRobotics /FineVideo-Phase7-Flattened FineVideo-Phase7-Flattened Recaption + grounding augment (v8) release of FineVideo-VLA (window=8) training text -- 371,892 rows, exact row-count match with the prior v6/v7 release (no videos/activities lost). Pose/cosmos/seed2/snac token payloads are functionally unchanged; what changed is the caption quality and the USER instruction text. What changed and why Captions replaced: the old caption prompt ("Describe what the person is doing in one short sentence."… See the full description on the dataset page: https://huggingface.co/datasets/EmpathicRobotics/FineVideo-Phase7-Flattened.textvideo-classification100K<n<1M0 likes340 downloads1mo agoHugging Face06caiovicentino1 /swebench-pro-qwen36-27b-phase6 SWE-bench Pro Qwen3.6-27B Phase 6 — Trajectories + Residuals Companion data for the Tool-Entropy Collapse paper (Zenodo DOI 10.5281/zenodo.20368601) and Two Honest Nulls paper #2 (in flight). 99 multi-turn agent trajectories from Qwen3.6-27B running SWE-bench Pro (qutebrowser / openlibrary / ansible), with per-turn residual-stream activations captured at L11 / L23 / L31 / L43 / L55, plus all derived features and labels needed to reproduce both papers and run downstream analyses.… See the full description on the dataset page: https://huggingface.co/datasets/caiovicentino1/swebench-pro-qwen36-27b-phase6.text-generationn<1K0 likes247 downloads4mo agoHugging Face07Mathematics-Yang /phase_tree_results PHASE-Tree Evaluation Results Full evaluation outputs for the PHASE-Tree paper (Psychology-grounded Hierarchical Attribute-Structured Evolving Tree), covering 8 character-dialogue datasets, 4 experimental paradigms, and 2 evaluation splits (random test + OOD test). Please cite this work if you use these results for analysis, comparison, reproduction, or any other research purpose. 🔗 Resources: 📄 Paper: arXiv:2608.06975 📦 GitHub Repository: MemTensor/PHASE-Tree (code… See the full description on the dataset page: https://huggingface.co/datasets/Mathematics-Yang/phase_tree_results.texttext-generation10K<n<100K1 likes239 downloads1mo agoHugging Face08malaiwah /fruit-phase1-shards Fruit Phase-1 tokenized shards Pre-tokenized inputs for the GLM-5.2-SIQ-Fruit training program. Files are flat NumPy memmaps encoded with the published GLM tokenizer (vocabulary size 154,880), not Arrow/Parquet datasets; the Hugging Face row viewer is therefore not applicable. The pretraining manifest records 7,546,878,606 tokens across nine source lanes. This public repository contains 7,396,228,297 of those tokens. The 150,650,309-token code lane is intentionally omitted… See the full description on the dataset page: https://huggingface.co/datasets/malaiwah/fruit-phase1-shards.text-generation0 likes182 downloads2mo agoHugging Face09amritha27 /cl3410-phase1 CL3410 Phase 1 — Malayalam and Assamese language-model corpora Two independently built pretraining corpora with their own tokenizers: Malayalam as the higher-resource language and Assamese as the lower-resource one. Nothing is shared between them — separate sources, separate cleaning thresholds, separate vocabularies, separate models. Only the language-agnostic pipeline code is common, parameterised per language. Everything here was collected and cleaned for this project. No… See the full description on the dataset page: https://huggingface.co/datasets/amritha27/cl3410-phase1.texttext-generation100M<n<1B0 likes156 downloads8d agoHugging Face10Phase-Technologies /forge-3b-sft-data FORGE-3B SFT Data Tokenized, chat-templated, loss-masked SFT data for the FORGE-3B language model. Stats Total tokens (incl. pad): 1.4007B Domains: 6/6 Sequence length: 4096 tokens Format: .npz shards with input_ids (uint32) and loss_mask (uint8), shape (N, 4096) Chat template: <|SYS|>...<|/SYS|> <|USR|>...<|/USR|> <|ASST|>...<|/ASST|> Tokenizer: CRAYON (xerv-crayon, standard profile) or fallback HF tokenizer Domain Breakdown Domain Weight… See the full description on the dataset page: https://huggingface.co/datasets/Phase-Technologies/forge-3b-sft-data.text-generation1B<n<10B0 likes109 downloads3mo agoHugging Face11Phase-Technologies /forge-3b-dpo-data FORGE-3B DPO Preference Data Tokenized (prompt, chosen, rejected) preference triples for DPO post-training of FORGE-3B, built per the FORGE paper Section 6.2 / Appendix A.2. This is data preparation output only — no model was trained to produce this. Stats Total pairs: 0 (paper target: ~200,000) Domains: 0/4 Context length: 4096 tokens (paper Appendix A.2, DPO block) Format: unpacked — one (prompt, chosen, rejected) triple per training example Chat template:… See the full description on the dataset page: https://huggingface.co/datasets/Phase-Technologies/forge-3b-dpo-data.texttext-generation100K<n<1M0 likes94 downloads3mo agoHugging Face12saital /browser-agent-phase1-sft-action-only Browser Agent Phase 1 SFT Action-Only What this is Action-only step-level chat SFT data for browser-agent training. Each example teaches the model to predict the next BrowserGym action from: the original generation-time system prompt used for data collection task goal and URL short recent history current observation text and diagnostics Assistant targets contain only the next action. Why this format This is the primary training format for small-model SFT… See the full description on the dataset page: https://huggingface.co/datasets/saital/browser-agent-phase1-sft-action-only.texttext-generation1K<n<10K0 likes63 downloads6mo agoHugging Face13Prateek-Tiwari10 /LMA_phase3_data LMA Phase 3 — transitive reasoning dataset (Hindi / Nepali) Synthetic transitive-comparison problems over people, in Hindi and Nepali, with chain-of-thought targets. Built for a study of data scaling and domain generalization in small from-scratch language models. The models finetuned on it are at Prateek-Tiwari10/LMA_phase3. Layout manifest_scaling.json machine-readable index of every file below train/{hi,ne}/train_{10,30,50,60}k.jsonl nested… See the full description on the dataset page: https://huggingface.co/datasets/Prateek-Tiwari10/LMA_phase3_data.tabulartext-generation100K<n<1M0 likes58 downloads8d agoHugging Face14AIM-Intelligence /fluid-reasoning-representation-phase1 Fluid Reasoning Representation - Phase 1 Multi-Model + Cross-Domain Sweep Phase 1 artifacts for the ARR 2026 rebuttal of Fluid Reasoning Representation (Hook et al.). This dataset extends the original QwQ x Mystery Blocksworld study with: Second large reasoning model: Llama-3.3-Nemotron-Super-49B-v1 Two new domains: Mystery Logistics (PDDL Logistics with obfuscated action / predicate vocabulary) and GSM8K-Renamed (math word problems with surface noun + verb obfuscation). C3 causal… See the full description on the dataset page: https://huggingface.co/datasets/AIM-Intelligence/fluid-reasoning-representation-phase1.text-generation0 likes54 downloads4mo agoHugging Face15raketa314 /presentation_tool_calling_phase_1 Presentation Tool-Calling Dataset (Phase-1) Supervised examples for single-step tool routing and argument filling in a slide-deck builder. What Phase-1 trains Choose the correct tool (function) for a user instruction. Fill tool arguments as strict JSON. Optionally use injected deck-state context to pick correct slide numbers/titles. Files train.jsonl, validation.jsonl, test.jsonl: one JSON object per line tools.json: tool schema (tool names + arg schemas)… See the full description on the dataset page: https://huggingface.co/datasets/raketa314/presentation_tool_calling_phase_1.texttext-generation1K<n<10K1 likes52 downloads8mo agoHugging Face16haesol-shin /kmoshi-ko-phase1 KMoshi Phase 1 Korean text Canonical offline-tokenized Korean text for KMoshi Phase 1A. This is a revisioned dataset, not a per-version repository. Reconstruction keys FineWeb-2 dataset: HuggingFaceFW/fineweb-2 FineWeb-2 config: kor_Hang FineWeb-2 revision: af9c13333eb981300149d5ca60a8e9d659b276b9 Source sampling: fineweb2-kor-equal-bin-hash-v1 Split policy: sha256-v1 Preprocessing version: 2 Frozen K: 4096 PersonaPlex tokenizer SHA-256:… See the full description on the dataset page: https://huggingface.co/datasets/haesol-shin/kmoshi-ko-phase1.text-generation0 likes52 downloads17d agoHugging Face17REILX /neo_sft_phase2_conversations 1. The original dataset can be found at: https://huggingface.co/datasets/m-a-p/neo_sft_phase2 2. Split multi-turn conversations into individual single-turn samples Approach: Treat each round of dialogue as an independent question-and-answer pair, and construct the sample using contextual information. Specific operations: For each "conversations", iterate through each round of dialogue. Concatenate the "value" of the current "human" round with the dialogue from all… See the full description on the dataset page: https://huggingface.co/datasets/REILX/neo_sft_phase2_conversations.texttext-generation100K<n<1M0 likes40 downloads2y agoHugging Face18developer-lunark /kaidol-phase2-rp-base-v0.3 KAIDOL Phase 2 RP Base Dataset v0.3 Dataset Description KAIDOL Phase 2 RP Base v0.3 is a Korean-English bilingual conversational dataset designed for fine-tuning large language models (LLMs) for roleplay and character-based dialogue systems. This version includes GPT-Slop filtering to remove AI-sounding patterns and improve response quality. What's New in v0.3 GPT-Slop Filtering: Removed 1,529 samples containing AI-sounding patterns Cleaner Responses: Filtered… See the full description on the dataset page: https://huggingface.co/datasets/developer-lunark/kaidol-phase2-rp-base-v0.3.texttext-generation10K<n<100K0 likes38 downloads9mo agoHugging Face19Gandalf1 /indian-finance-synthetic-phase2-cleaned Indian Finance Synthetic Dataset (Phase 2 - Final Clean) Dataset Description 14,763 high-quality synthetic conversations about Indian personal finance, optimized for fine-tuning. Recent Updates ✅ v3 (Final): Removed 14 samples with empty content messages ✅ v2: Removed 58 incomplete conversations ✅ v1: Tools optimization (82.5% size reduction) All conversations are now complete and properly formatted for training. Key Features Clean… See the full description on the dataset page: https://huggingface.co/datasets/Gandalf1/indian-finance-synthetic-phase2-cleaned.tabulartext-generation10K<n<100K1 likes37 downloads4mo agoHugging Face20DUKEAI /Alizee-OpenCodeReasoning-Phase3-1.4M 🚀 Alizee OpenCodeReasoning Phase 3 Conformant Dataset - 1.2M Examples 📊 Dataset Summary This is a fully conformant version of the Phase 3 dataset, processed to strictly follow the specification with clean separation between data and formatting tags. Contains 1.2 million high-quality Python code examples with synthetic prompts and concise reasoning chains. Key Improvements ✅ 100% Conformant to Phase 3 specification ✅ Synthetic prompts generated from code… See the full description on the dataset page: https://huggingface.co/datasets/DUKEAI/Alizee-OpenCodeReasoning-Phase3-1.4M.text-generation1M<n<10M1 likes30 downloads1y agoHugging Face21saital /browser-agent-phase1-sft-reasoning-action Browser Agent Phase 1 SFT Reasoning+Action What this is Reasoning-plus-action step-level chat SFT data for browser-agent training. Each example uses the original generation-time system prompt, then appends a short instruction to reason first and output the final action. Assistant targets contain: one <think>...</think> block then one BrowserGym action Why this format This is an experimental variant for comparing whether explicit reasoning supervision helps or… See the full description on the dataset page: https://huggingface.co/datasets/saital/browser-agent-phase1-sft-reasoning-action.texttext-generation1K<n<10K0 likes26 downloads6mo agoHugging Face22team-hatakeyama-phase2 /LLMChat LLMChat 概要 GENIAC 松尾研 LLM開発プロジェクトで開発したモデルを人手評価するために構築したLLMChatというシステムで収集された質問とLLMの回答、及び人手評価のデータです。 このシステムはChatbot Arenaと同様に、ユーザーが質問を入力するとランダムな2つのLLMからそれぞれ回答が出力され、人間がその2つの出力のどちらが良いか(あるいはどちらも悪い、どちらも良い)を評価するもので、2024年8月19日から2024年8月25日まで運用されました。詳細についてはこちらの記事をご確認ください。 データ件数: 2139件 参加モデルの一覧 本システムにおける回答の生成には以下の13種類のモデルが参加しました。 weblab-GENIAC/Tanuki-8B-dpo-v1.0 team-hatakeyama-phase2/Tanuki-8x8B-dpo-v1.0 cyberagent/calm3-22b-chat karakuri-ai/karakuri-lm-8x7b-chat-v0.1… See the full description on the dataset page: https://huggingface.co/datasets/team-hatakeyama-phase2/LLMChat.texttext-classification1K<n<10K4 likes25 downloads2y agoHugging Face23canho /RedPajamas_EN_Phase2 RedPajamas EN Phase2 Phase 2 extends the Phase 1 atomic-fact annotations with adversarial retrieval queries. For each source document row, every Phase 1 atomic_fact receives exactly three queries: positive_query: high-precision, fact-seeking query explicit_negative_query: direct negation using markers such as not, no, fail, without, or unable implicit_negative_query: semantic inverse query that avoids direct negation markers The main parquet keeps one row per source document and… See the full description on the dataset page: https://huggingface.co/datasets/canho/RedPajamas_EN_Phase2.text-generation1K<n<10K0 likes20 downloads5mo agoHugging Face24Gandalf1 /indian-finance-synthetic-phase2 Indian Finance Synthetic Dataset - Phase 2 A high-quality synthetic dataset of 14,835 Indian personal finance conversations for fine-tuning language models. Dataset Description This dataset contains synthetic conversations between users seeking personal finance advice and a financial assistant (FinEdge). All conversations are tailored to the Indian context, covering tax planning, investments, insurance, goal planning, and more, based on FY 2024-25 regulations. Key… See the full description on the dataset page: https://huggingface.co/datasets/Gandalf1/indian-finance-synthetic-phase2.texttext-generation10K<n<100K0 likes20 downloads4mo agoHugging Face25debaterhub /ipda-phase5-v2 IPDA Debate Training Data - Phase 5 Iteration V2 Training data for IPDA (International Public Debate Association) debate AI model. Dataset Description This dataset contains per-call training examples extracted from full debate simulations, with quality scores assigned by a DSPy-based evaluation pipeline. Pipeline Overview Full Debate Generation: Complete IPDA debates generated using a DSPy pipeline with: Multi-hop research via Tavily API Structured speech… See the full description on the dataset page: https://huggingface.co/datasets/debaterhub/ipda-phase5-v2.tabulartext-generationn<1K0 likes18 downloads8mo agoHugging Face26REILX /neo_sft_phase2_single dataset The original dataset can be found at: https://huggingface.co/datasets/m-a-p/neo_sft_phase2 Use the following code to select two-turn conversations for your SFT dataset. code import json def process_conversations(input_file, output_file): with open(input_file, 'r', encoding='utf-8') as f_in, \ open(output_file, 'w', encoding='utf-8') as f_out: data = json.load(f_in) for item in data: conversations =… See the full description on the dataset page: https://huggingface.co/datasets/REILX/neo_sft_phase2_single.texttext-generation10K<n<100K0 likes16 downloads2y agoHugging Face27canho /RedPajamas_EN_Phase1 RedPajamas EN Phase1 This dataset contains Phase 1 logic and information-extraction annotations for English RedPajama text chunks. Each row was generated only when the source document supported all required fields: 3-5 atomic_facts, each with subject, relation, object, supporting context, direct explicit_opposite, and implicit_terms 2-3 potential_unanswerable_entities, each present in the text but missing a specific attribute, constraint, or causal link Documents that could not… See the full description on the dataset page: https://huggingface.co/datasets/canho/RedPajamas_EN_Phase1.texttext-generation1K<n<10K0 likes15 downloads5mo agoHugging Face28REILX /neo_sft_phase2_multi 1. The original dataset can be found at: https://huggingface.co/datasets/m-a-p/neo_sft_phase2 2. Split multi-turn conversations into individual single-turn samples Approach: Treat each round of dialogue as a separate question-and-answer pair, and construct the sample by leveraging the contextual information. Specific Operations: For each "conversation," iterate through all the dialogue rounds. Concatenate the "value" of all "human" turns within each "conversation" to… See the full description on the dataset page: https://huggingface.co/datasets/REILX/neo_sft_phase2_multi.texttext-generation100K<n<1M1 likes11 downloads2y agoHugging Face29SINGHANKIT /phase-2text-generation10K<n<100K0 likes7 downloads7mo agoHugging Face30hudsongouge /podcast-transcripts-cleaned-phase2gated Podcast Transcripts Cleaned (Phase 2) Updated 2026-07-18T23-19-55Z UTC. Configs Config Rows Description episodes 4,304 Full-episode raw ASR → cleaned transcript (with episode_id / show_id) chunks 5,646 Per-chunk raw → cleaned pairs traces 287,271 Full LM traces (cleaner + evaluator): prompts, reasoning/CoT, tool outputs, pass/fail Cleaned pairs (episodes / chunks) Columns include episode_id, show_id, title, url, instruction… See the full description on the dataset page: https://huggingface.co/datasets/hudsongouge/podcast-transcripts-cleaned-phase2.tabulartext-generation100K<n<1M1 likes4 downloads2mo agoHugging Face

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