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
01agentica-org /DeepScaleR-Preview-Dataset Data Our training dataset consists of approximately 40,000 unique mathematics problem-answer pairs compiled from: AIME (American Invitational Mathematics Examination) problems (1984-2023) AMC (American Mathematics Competition) problems (prior to 2023) Omni-MATH dataset Still dataset Format Each row in the JSON dataset contains: problem: The mathematical question text, formatted with LaTeX notation. solution: Offical solution to the problem, including LaTeX formatting… See the full description on the dataset page: https://huggingface.co/datasets/agentica-org/DeepScaleR-Preview-Dataset.text10K<n<100K207 likes39k downloads2y agoHugging Face02math-dataset /DeepScaleR-Preview-Datasettext10K<n<100K0 likes78 downloads2y agoHugging Face03dusersad12 /DeepScaleR-Olympiad-Extra DeepScaleR-Olympiad-Extra (JSONL export) Extra olympiad-style problems merged into the DeepScaleR curation. Single file. Format Every .jsonl file under data/ holds one JSON object per line with fields: problem (string): the problem statement answer (string): the final answer, kept in the original source notation solution (string): the reference solution (LaTeX inside) Note for consumers: these are historical exports, so the files are not perfectly clean - expect… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/DeepScaleR-Olympiad-Extra.text1K<n<10K0 likes73 downloads7d agoHugging Face04dusersad12 /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 likes55 downloads7d agoHugging Face05VLM-Reasoner /deepscalertext10K<n<100K3 likes53 downloads2y agoHugging Face06ThunderstormXXL /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 likes51 downloads4mo agoHugging Face07dusersad12 /DeepScaleR-AIME-Style DeepScaleR-AIME-Style (JSONL export) AIME-style problems merged into the DeepScaleR curation. Single file. Format Every .jsonl file under data/ holds one JSON object per line with fields: problem (string): the problem statement answer (string): the final answer, kept in the original source notation solution (string): the reference solution (LaTeX inside) Note for consumers: these are historical exports, so the files are not perfectly clean - expect a few… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/DeepScaleR-AIME-Style.textn<1K0 likes39 downloads7d agoHugging Face08dusersad12 /DeepScaleR-Preview-Dataset DeepScaleR-Preview-Dataset (JSONL export) Math reasoning corpus curated for RL fine-tuning, in the spirit of DeepScaleR. Split into four shards; shard filenames are ordered. Format Every .jsonl file under data/ holds one JSON object per line with fields: problem (string): the problem statement answer (string): the final answer, kept in the original source notation solution (string): the reference solution (LaTeX inside) Note for consumers: these are historical… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/DeepScaleR-Preview-Dataset.text1K<n<10K0 likes38 downloads7d agoHugging Face09dusersad12 /DeepScaleR-Eval-Holdout DeepScaleR-Eval-Holdout Held-out evaluation split for the DeepScaleR-style experiments. Do not mix this repository into any training set. It is reserved for reporting final numbers; including it would contaminate your eval. If you are building a training corpus, exclude this repository entirely. textn<1K0 likes37 downloads7d agoHugging Face10dusersad12 /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 likes36 downloads6d agoHugging Face11dusersad12 /verl-deepscaler-splitstext1K<n<10K0 likes31 downloads6d agoHugging Face12ThunderstormXXL /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 likes28 downloads4mo agoHugging Face13tttonyyy /DeepScale-qwen2.5_7b-multi使用Qwen2.5-7b-Instruct模型,从DeepScaler数据集中抽取20000条数据,使用多轮对话的方式获得数学答案。 prompt模板: 使用的system_prompt是LLAMA_MATH_SYSTEM_PROMPT 多轮对话的prompt是ITER_GEN_MULTI_TURN_STEP_PROMPTS LLAMA_MATH_SYSTEM_PROMPT = """ Solve the following math problem efficiently and clearly: - For simple problems (2 steps or fewer): Provide a concise solution with minimal explanation. - For complex problems (3 steps or more): Use this step-by-step format: ## Step 1: [Concise description] [Brief explanation and calculations] ##… See the full description on the dataset page: https://huggingface.co/datasets/tttonyyy/DeepScale-qwen2.5_7b-multi.textquestion-answering10K<n<100K0 likes25 downloads2y 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 likes25 downloads4mo agoHugging Face15tttonyyy /DeepScaleR_16k-32b-pass1tabular10K<n<100K0 likes23 downloads2y agoHugging Face16ThunderstormXXL /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 likes22 downloads4mo agoHugging Face17tttonyyy /DeepScaleR-subset10k-multi4.2-pass8text10K<n<100K0 likes20 downloads1y agoHugging Face18tttonyyy /DeepScaleR-1ktext1K<n<10K0 likes19 downloads1y agoHugging Face19edithgithinji /DeepScaleR-Preview-Dataset Data Our training dataset consists of approximately 40,000 unique mathematics problem-answer pairs compiled from: AIME (American Invitational Mathematics Examination) problems (1984-2023) AMC (American Mathematics Competition) problems (prior to 2023) Omni-MATH dataset Still dataset Format Each row in the JSON dataset contains: problem: The mathematical question text, formatted with LaTeX notation. solution: Offical solution to the problem, including LaTeX formatting… See the full description on the dataset page: https://huggingface.co/datasets/edithgithinji/DeepScaleR-Preview-Dataset.text10K<n<100K0 likes19 downloads7mo agoHugging Face20nanoverl /deepscalertabular10K<n<100K1 likes18 downloads2y agoHugging Face21pe-nlp /DeepScaleR-40k-Prompttext10K<n<100K1 likes17 downloads2y agoHugging Face22LLMTeamAkiyama /agentica-org_deepscaler-preview-dataset-simple-processed元データセット https://huggingface.co/datasets/agentica-org/DeepScaleR-Preview-Dataset tabular10K<n<100K0 likes16 downloads1y agoHugging Face23rqzhang /DeepScaleR-instructtext10K<n<100K0 likes15 downloads1y agoHugging Face24tttonyyy /DeepScale-qwen2.5_7b-multi_16kmessages是7b模型生成的结果 correct是根据messages最后一个输出的答案进行验证 texttext-generation10K<n<100K0 likes13 downloads2y agoHugging Face25FlyLee /deepscaler-8k-traintext1K<n<10K0 likes12 downloads6mo agoHugging Face26tttonyyy /DeepScaleR_16k-32b-pass8text10K<n<100K1 likes11 downloads2y agoHugging Face27tttonyyy /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 Face28rqzhang /DeepScaleR-basetext10K<n<100K1 likes11 downloads1y agoHugging Face29pe-nlp /DeepScaleR-40k-Prompt-NoSystext10K<n<100K0 likes10 downloads2y agoHugging Face30zyzshishui0627 /DeepScaleR-openai-formattext10K<n<100K0 likes10 downloads1y agoHugging Face

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