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
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 likes929 downloads3mo agoHugging Face02sliuau /DeepScaleR-Preview-Dataset-verl-formattext10K<n<100K0 likes788 downloads11mo agoHugging Face03Asap7772 /aime-solution-hint-v6-deepscaler-respgentabular1K<n<10K0 likes345 downloads1y agoHugging Face04JWei05 /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 likes304 downloads1mo agoHugging Face05dsa1dsa12 /deepscaler-verl-aha-momenttext10K<n<100K0 likes246 downloads1mo agoHugging Face06dusersad12 /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 likes190 downloads4d agoHugging Face07Asap7772 /deepscaler-problem_only_qwen14bgentext10K<n<100K0 likes189 downloads1y agoHugging Face08hkust-nlp /Laser-Deepscaler-Datasettext10K<n<100K0 likes130 downloads1y agoHugging Face09zjhhhh /DeepScaleR-Qwen3-1.7B-0-40ktabular10K<n<100K0 likes121 downloads3mo agoHugging Face10Asap7772 /aime-solution-hint-v6-deepscaler-respgen__0_115tabularn<1K0 likes116 downloads1y agoHugging Face11taki555 /DeepScaleR-EasyThe easy part (pass_rate > 4/8) of DeepScaleR Check https://wutaiqiang.github.io/project/Art for more details Citation: @inproceedings{wu2026art, title={The Art of Efficient Reasoning: Data, Reward, and Optimization}, author={Taiqiang Wu and Zenan Xu and Bo Zhou and Ngai Wong}, year={2026}, url={https://arxiv.org/pdf/2602.20945} } textquestion-answering10K<n<100K1 likes115 downloads7mo agoHugging Face12drproduck /r1-qwen7b-deepscaler-n32 deepseek-r1-qwen-7b generations for deepscaler dataset The original deepscaler dataset has been filtered: we removed all synthetic data because their problem-answer may not match. based on generations from Qwen/Qwen2.5-Math-7B-Instruct (pre-o1), we removed problems that has at least 5/32 correct generations. We then use deepseek-ai/DeepSeek-R1-Distill-Qwen-7B to generate from this filtered dataset with num_generations=32 and max_tokens=8192 --- dataset_info: features: - name:… See the full description on the dataset page: https://huggingface.co/datasets/drproduck/r1-qwen7b-deepscaler-n32.text10K<n<100K0 likes102 downloads1y agoHugging Face13knoveleng /open-deepscaler Open-DeepScaleR Dataset Summary The open-deepscaler dataset comprises 21,044 challenging mathematical reasoning problems, sourced from the DeepScaleR dataset. It supports the Open RS project, enhancing reasoning in small LLMs via reinforcement learning. Usage Load the dataset using the Hugging Face datasets library: from datasets import load_dataset ds = load_dataset("knoveleng/open-deepscaler")["train"] print(ds[0]) Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/knoveleng/open-deepscaler.text10K<n<100K4 likes92 downloads6mo agoHugging Face14Asap7772 /aime-solution-hint-v6-deepscaler-respgen__115_230tabularn<1K0 likes89 downloads1y agoHugging Face15zjhhhh /DeepScaleR-Qwen3-1.7B-rl-wholetabular10K<n<100K0 likes84 downloads3mo agoHugging Face16dusersad12 /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 likes84 downloads7d agoHugging Face17Asap7772 /aime-solution-hint-v6-deepscaler-respgen__805_919tabularn<1K0 likes79 downloads1y agoHugging Face18Asap7772 /aime-solution-hint-v6-deepscaler-respgen__230_345tabularn<1K0 likes79 downloads1y agoHugging Face19felixZzz /deepscaler_prepare_logp_inputtabular1M<n<10M0 likes79 downloads1y agoHugging Face20Aster2024 /swift-reasoning-rollouts-deepscaler-ministral8b DeepScaleR Reasoning Rollouts (Ministral-8B) This dataset contains reasoning rollouts used to train the SWIFT reward head. Paper page: https://huggingface.co/papers/2505.12225 GitHub: https://github.com/aster2024/SWIFT/ Generator model: mistralai/Ministral-8B-Instruct-2410 (https://huggingface.co/mistralai/Ministral-8B-Instruct-2410) Dataset Description This dataset contains 10000 samples corresponding to the Generalization Test setup. Source: DeepScaleR. Generator:… See the full description on the dataset page: https://huggingface.co/datasets/Aster2024/swift-reasoning-rollouts-deepscaler-ministral8b.text10K<n<100K2 likes79 downloads9mo agoHugging Face21Asap7772 /aime-solution-hint-v6-deepscaler-respgen__690_805tabularn<1K0 likes75 downloads1y agoHugging Face22Asap7772 /aime-solution-hint-v6-deepscaler-respgen__345_460tabularn<1K0 likes75 downloads1y agoHugging Face23zjhhhh /DeepScaleR-Qwen3-1.7B-23k-classifiedtabular10K<n<100K1 likes71 downloads3mo agoHugging Face24Asap7772 /aime-solution-hint-v6-deepscaler-respgen__460_575tabularn<1K0 likes69 downloads1y agoHugging Face25Asap7772 /aime-solution-hint-v6-deepscaler-respgen__575_690tabularn<1K0 likes66 downloads1y agoHugging Face26zjhhhh /DeepScaleR-Qwen3-1.7B-0-40k-not-all-correcttabular10K<n<100K0 likes62 downloads3mo agoHugging Face27JWei05 /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 likes60 downloads14d agoHugging Face28zjhhhh /DeepScaleR-Qwen3-1.7B-22-40ktabular10K<n<100K0 likes59 downloads3mo agoHugging Face29pe-nlp /DeepScaleR-40k-Prompt-Filteredtext10K<n<100K0 likes58 downloads2y agoHugging Face30Asap7772 /deepscaler-completion_solution_qwen14bgentext100K<n<1M0 likes55 downloads1y agoHugging Face

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