Add Ministral3 DeepSpec reproduction experiments#50
Draft
andylolu2 wants to merge 49 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
This experiment checks whether the DeepSpec Eagle3 and DSpark recipes reproduce paper-level accepted-length results when adapted to
mistralai/Ministral-3-3B-Instruct-2512. The reports are intentionally included even though the result is negative: the implementation and eval pipeline work, but the Ministral3 runs do not match the Qwen3-4B reference behavior.Summary
Reviewer guide
deepspec/modeling/eagle3/ministral3,deepspec/trainer/eagle3_trainer.py,deepspec/eval/base_evaluator.py,eval.py, and checkpoint handling indeepspec/trainer/base_trainer.py.config/eagle3/eagle3_ministral3_3b.py,experiments/ministral3_3b_eagle3/*.sbatch, andexperiments/ministral3_3b_followup/*.sbatch.experiments/ministral3_3b_followup/merge_eval_json.pyvalidates and merges a single-task rescue eval into a complete aggregate JSON.experiments/ministral3_3b_eagle3/report.mdcovers the Eagle3 baseline reproduction;experiments/ministral3_3b_followup/README.mdcovers the completed DSpark follow-up. These reports are the best entry points for reviewing the outcome.Test plan
eval.py, the follow-up plotting/merge helpers, and shell syntax checks for split eval sbatch scripts./mnt/vast/runs/andy/deepspec_ministral3_3b_eagle3/eval_10k_step3000_metrics.json./mnt/vast/runs/andy/deepspec_ministral3_3b_followup/eval_dspark_8gpu_step3000_metrics.json.arena-hard-v2as a one-task rescue eval after the full DSpark eval timed out at 8/9 rows, then validated and merged it withmerge_eval_json.py.