CoolFace
25 shown

datasets

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

Clear all
01sungyub /deepscaler-preview-verl DeepScaleR-Preview VERL 📊 Dataset Summary This dataset contains 35,789 mathematical reasoning problems in VERL format, processed from agentica-org/DeepScaleR-Preview-Dataset. Key Features: 35,789 high-quality math problems Converted to VERL format for reward modeling Verified ground truth answers Ready for reinforcement learning training 🔗 Source Dataset Original Repository Repository:… See the full description on the dataset page: https://huggingface.co/datasets/sungyub/deepscaler-preview-verl.texttext-generation10K<n<100K0 likes886 downloads3mo agoHugging Face02JWei05 /DeepScaleR-Easy-Medium-Hard-Gemma-26B-PT-10k DeepScaleR Easy/Medium/Hard — Gemma 4 26B-A4B PT This dataset contains 9,900 unique, deduplicated DeepScaleR math questions for reinforcement-learning experiments. Difficulty is defined by how often the pretrained google/gemma-4-26B-A4B teacher solved each question across eight temperature-1 samples under the same rule-based grader used by the RL training pipeline. The Hub dataset has three configurations—easy, medium, and hard—and each configuration has a train split with 3,000… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/DeepScaleR-Easy-Medium-Hard-Gemma-26B-PT-10k.texttext-generation1K<n<10K0 likes345 downloads1mo agoHugging Face03dusersad12 /verl-deepscaler-clean verl-deepscaler-clean A cleaned, deduplicated release of the DeepScaleR math problem set, packaged in the parquet layout that verl expects from its RLHFDataset, so it can be dropped straight into a GRPO / rule-based-reward run (for example, when re-running an R1-style "aha moment" experiment on a smaller model). The whole dataset lives in a single parquet file at the repo root: verl_deepscaler.parquet. Headline numbers Total lines read 3038 Records… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl-deepscaler-clean.texttext-generation1K<n<10K0 likes120 downloads23h agoHugging Face04dusersad12 /verl_deepscaler DeepScaleR for verl (full cleaned build) RL-ready dataset in verl parquet format, rebuilt from the full three-shard DeepScaleR mirror dump. Build process Merged the three mirror shards (deepscaler_shard_00.json, deepscaler_shard_01.json, deepscaler_shard_02.json) in ascending filename order, keeping each shard's record order. Dropped records whose problem or answer was missing or whitespace-only (78 dropped). An empty solution is normal in this export and is… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl_deepscaler.texttext-generation10K<n<100K0 likes79 downloads4d agoHugging Face05JWei05 /deepscaler-easy10k-skyrl deepscaler-easy10k-skyrl Data for the short-horizon GRPO-vs-PPO study (Qwen2.5-3B, SkyRL). Parquets are in SkyRL's data.train_data / data.val_data format. train/train.parquet — 9,800 DeepScaleR prompts, difficulty-balanced over buckets 1/5–4/5 (2,450 each); train/val.parquet (200 held-out) and train/val_x16.parquet are the original in-run val sets (legacy, do not use for reporting). train/manifest.json records the split. eval/deepscaler_dedup500_x4.parquet — 500 deduplicated… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/deepscaler-easy10k-skyrl.texttext-generation10K<n<100K0 likes59 downloads11d agoHugging Face06dusersad12 /verl-deepscaler-cleaned verl DeepScaleR - cleaned & split A cleaned version of the DeepScaleR-Preview-Dataset (40,315 math problem/answer pairs used for R1-style "aha moment" reproductions) converted into the parquet layout that verl expects for rule-based math RL (GRPO / PPO). Cleaning stage entries raw entries 40,315 dropped: missing / empty answer 6 dropped: duplicate problem (whitespace-insensitive, first occurrence kept) 1,180 final 39,129 Splits… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl-deepscaler-cleaned.texttext-generation10K<n<100K0 likes51 downloads5d agoHugging Face07dusersad12 /verl-deepscaler-curated verl DeepScaleR Curated A cleaned, de-duplicated and evaluation-safe training split derived from the DeepScaleR-Preview-Dataset, reformatted for rule-based-reward RL post-training with verl. Total examples: 38,783 (from 41,705 raw records read across three source batches). Row format Each row follows the verl dataset_row template: field value data_source "DeepScaleR" prompt [{"role": "user", "content": <problem text>}] ability "math" reward_model… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl-deepscaler-curated.texttext-generation10K<n<100K0 likes46 downloads4d agoHugging Face08ThunderstormXXL /deepscaler-teacher-sft-vllm-official-40k DeepScaleR teacher SFT vLLM official 40k Generated run: exp_003_vllm_official_brainlab_2gpu. Summary { "num_examples": 40300, "sft_dir": "data/processed/deepscaler/teacher_sft/exp_003_vllm_official_brainlab_2gpu", "parse_rate": 0.9999751861042183, "correct_rate": 0.5728039702233251, "format_rate": 0.005955334987593052, "mean_reward": 0.42432258064534184, "deepscaler_mean_reward": 0.6266997518610422, "deepscaler_match_mean_reward":… See the full description on the dataset page: https://huggingface.co/datasets/ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k.texttext-generation10K<n<100K0 likes44 downloads4mo agoHugging Face09YYYYYYibo /qwen3-8b-base-deepscaler-rollouts Qwen3-8B-Base rollouts on DeepScaleR, with verifier labels Frozen on-policy rollouts collected for a two-branch generative-critic study. One actor, sampled once; every downstream experiment reuses this exact batch. Generation actor Qwen/Qwen3-8B-Base (chat template, enable_thinking=False) prompts agentica-org/DeepScaleR-Preview-Dataset, 10,000 sampled (seed 0) samples per prompt 8 temperature / top-p 0.8 / 0.95 max new tokens 6,144 (context 8… See the full description on the dataset page: https://huggingface.co/datasets/YYYYYYibo/qwen3-8b-base-deepscaler-rollouts.tabulartext-generation10K<n<100K0 likes40 downloads10d agoHugging Face10dusersad12 /deepscaler-curated DeepScaleR Curated (8,000 problems) A quality-screened, 8,000-problem subset of the DeepScaleR math reasoning corpus, prepared as a drop-in training set for a Verl-based GRPO run reproducing the DeepSeek-R1 "aha moment" experiment on a small (1.5B) pretrained model. Source This dataset was filtered from agentica-org/DeepScaleR-Preview-Dataset (repo id: agentica-org/DeepScaleR-Preview-Dataset), the training corpus open-sourced by the DeepScaleR team (AIME 1984-2023… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/deepscaler-curated.text-generation1K<n<10K0 likes38 downloads4d agoHugging Face11Tyrion279 /deepscaler deepscaler DeepScaler math problems - challenging mathematical reasoning problems. Dataset Structure This dataset is in Hugging Face datasets format. Load it with: from datasets import load_dataset dataset = load_dataset("Tyrion279/deepscaler") textquestion-answering1K<n<10K1 likes35 downloads7mo agoHugging Face12dusersad12 /DeepScaleR-Preview-Curated DeepScaleR-Preview-Curated DeepScaleR-Preview-Curated is a curated revision of the agentica-org/DeepScaleR-Preview-Dataset snapshot used for our Verl (GRPO) math-RL runs. The published snapshot (226 entries, 220 unique problems) was reconciled against the maintainer's revision sheet for the next release: retracted problems were dropped, duplicate uploads were collapsed onto their first occurrence, corrected answers were taken as the authoritative ground truth, and the… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/DeepScaleR-Preview-Curated.texttext-generationn<1K0 likes34 downloads4d agoHugging Face13ThunderstormXXL /deepscaler-teacher-sft-vllm-official-40k-clean-v2 DeepScaleR Teacher40k Clean v2 Filtered version of ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k. Filtering minimum official reward: 1.0 maximum text tokens: 8192 maximum response chars: 65000 near-duplicate SimHash hamming threshold: 4 required <think>...</think> and final boxed answer after reasoning exact text/problem/response dedupe and near problem dedupe Counts raw examples: 40300 kept examples: 21727 train examples: 21292 val… See the full description on the dataset page: https://huggingface.co/datasets/ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k-clean-v2.tabulartext-generation10K<n<100K0 likes30 downloads4mo agoHugging Face14ThunderstormXXL /deepscaler-teacher-sft-vllm-official-40k-clean-v3-no-reward-filter deepscaler-teacher-sft-vllm-official-40k-clean-v3-no-reward-filter Filtered version of ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k. Filtering reward filter enabled: False minimum official reward: 1.0 scoring errors rejected: False maximum text tokens: 8192 maximum response chars: 65000 near-duplicate SimHash hamming threshold: 4 required <think>...</think> and final boxed answer after reasoning exact text/problem/response dedupe and near problem… See the full description on the dataset page: https://huggingface.co/datasets/ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k-clean-v3-no-reward-filter.tabulartext-generation10K<n<100K0 likes28 downloads4mo agoHugging Face15ThunderstormXXL /deepscaler-teacher-sft-vllm-official-40k-clean-v4-conceptual deepscaler-teacher-sft-vllm-official-40k-clean-v4-conceptual Filtered version of ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k. Filtering reward filter enabled: False minimum official reward: 1.0 scoring errors rejected: False maximum text tokens: 32768 maximum response chars: 200000 near-duplicate SimHash hamming threshold: 4 required <think>...</think> and final boxed answer after reasoning exact text/problem/response dedupe and near problem dedupe… See the full description on the dataset page: https://huggingface.co/datasets/ThunderstormXXL/deepscaler-teacher-sft-vllm-official-40k-clean-v4-conceptual.tabulartext-generation10K<n<100K1 likes25 downloads4mo agoHugging Face16kfsky /DeepScaleR-Preview-Dataset-Japanese DeepScaleR Preview Dataset (Japanese Translation) agentica-org/DeepScaleR-Preview-Dataset の日本語翻訳版です。 データセットの説明 数学の問題、解答、解法を含むデータセットです。元のデータセットを日本語に翻訳しました。 使用方法 from datasets import load_dataset ds = load_dataset("kfsky/DeepScaleR-Preview-Dataset-Japanese") print(ds["train"][0]) カラム カラム名 説明 problem 数学の問題文(日本語) answer 解答 solution 解法の詳細(日本語) unit 数学の単元名 ライセンス 元データセットと同じ MIT License に従います。 謝辞 元データセット:… See the full description on the dataset page: https://huggingface.co/datasets/kfsky/DeepScaleR-Preview-Dataset-Japanese.texttext-generation10K<n<100K0 likes23 downloads9mo agoHugging Face17zjhhhh /DeepScaleR-Qwen3-1.7B-2k-diverse-agreed-coded DeepScaleR-Qwen3-1.7B-2k diverse-agreed, strategy-coded 1635 competition-math problems (the claude_agrees_gold == True subset of a 2k diverse-classified DeepScaleR pool). Each row carries Claude's worked claude_solution plus three leak-free re-expressions of the strategy it deploys, drawn from a shared 116-code strategy codebook. Columns idx — row index into agentica-org/DeepScaleR-Preview-Dataset (resume/join key). problem, answer — the problem and gold answer.… See the full description on the dataset page: https://huggingface.co/datasets/zjhhhh/DeepScaleR-Qwen3-1.7B-2k-diverse-agreed-coded.texttext-generation1K<n<10K0 likes22 downloads3mo agoHugging Face18namezz /deepscaler-1p5b-teacher-rollouts DeepScaleR-1.5B teacher rollouts (frozen sampling) Fixed distillation snapshot produced by sampling the frozen published RL checkpoint agentica-org/DeepScaleR-1.5B-Preview (revision e3f524ce…) on its own published RL data agentica-org/DeepScaleR-Preview-Dataset (revision b6ae8c60…). The RL model was never updated — this is ordinary inference. Construction questions 4,096, selected deterministically by sha256(normalized_problem) lexicographic order… See the full description on the dataset page: https://huggingface.co/datasets/namezz/deepscaler-1p5b-teacher-rollouts.text-generation0 likes22 downloads2mo agoHugging Face19JWei05 /DeepScaleR-10k-easy DeepScaleR-10k-easy A 10,000-question, difficulty-balanced subset of agentica-org/DeepScaleR-Preview-Dataset with a non-empty worked solution for every problem. Splits: train 9,800 / val 200. Columns column description problem the problem statement (plain text, no chat template or answer-format suffix) answer the grading ground truth (the form checked by a math_verify-based symbolic grader) solution a worked step-by-step solution (non-empty for all… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/DeepScaleR-10k-easy.texttext-generation10K<n<100K0 likes20 downloads2mo agoHugging Face20jsm0424 /deepscaler-preview-kotexttext-generation10K<n<100K0 likes19 downloads7mo agoHugging Face21namezz /deepscaler-1p5b-teacher-rollouts-broad DeepScaleR-1.5B teacher rollouts — breadth variant (all trajectories kept) Sampling of the frozen published RL checkpoint agentica-org/DeepScaleR-1.5B-Preview (revision e3f524ce…) on its own published RL data agentica-org/DeepScaleR-Preview-Dataset (revision b6ae8c60…). The RL model is never updated — this is ordinary inference. This is the breadth counterpart to namezz/deepscaler-1p5b-teacher-rollouts. That one sampled 4,096 questions 32 times each and kept up to 8 correct… See the full description on the dataset page: https://huggingface.co/datasets/namezz/deepscaler-1p5b-teacher-rollouts-broad.text-generation10K<n<100K0 likes17 downloads2mo agoHugging Face22thepowerfuldeez /deepscale_r_math_problemsMix of agentica-org/DeepScaleR-Preview-Dataset and inclusionAI/Ring-lite-rl-data only MATH data, deduplicated Results in total of 80k samples texttext-generation10K<n<100K0 likes16 downloads1y agoHugging Face23zjhhhh /DeepScaleR-Qwen3-1.7B-2k-strategy-error-200 DeepScaleR Qwen3 1.7B 2K strategy errors This dataset contains 200 distinct questions selected from zjhhhh/DeepScaleR-Qwen3-1.7B-2k-agreed-regraded-le5-coded at revision 8b6e0f481bced00132c95fb631745d4992fa19fd. Each row has one manually selected model response whose main failure is a strategy error relative to the source row's code_hint: the response does not materially use the hint's core route, substitutes another strategy, or omits a decisive hinted stage in favor of an… See the full description on the dataset page: https://huggingface.co/datasets/zjhhhh/DeepScaleR-Qwen3-1.7B-2k-strategy-error-200.tabulartext-generationn<1K0 likes16 downloads2mo agoHugging Face24tttonyyy /DeepScaleR-10k_8sampleDeepSaleR数据集中选取1k子集,采样8次 使用模型:qwen2.5-7b-insturct 使用prompt: ITER_GEN_MULTI_TURN_STEP_PROMPTS = { "turn0" : "{{ problem }} Let's think step by step and output the final answer within \\boxed{}.", "turn1" : """{% if correctness %} 3. Since your initial response is self-evaluated as correct, confirm it and provide no further modifications. Put your final answer within \\boxed{}. {% else %} 3. Since your initial response is self-evaluated as incorrect, there might be an error in the… See the full description on the dataset page: https://huggingface.co/datasets/tttonyyy/DeepScaleR-10k_8sample.texttext-generation10K<n<100K0 likes11 downloads1y agoHugging Face25TingchenFu /deepscaler_cottexttext-generation10K<n<100K0 likes7 downloads1y agoHugging Face

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