OpenEuroLLM / OpenEuroLLM/Taskboard
Reproduce Olmo-3-7B using post-training repo
@Neonkraft is already working on this.
Since Jun 3, 2026.
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Use the post-training repository as the framework for supervised fine-tuning (SFT) and direct preference optimization (DPO) on the pretrained base model.
The first validation milestone is to reproduce the results of Olmo-3-7B-Instruct-SFT starting from the Olmo-3-7B-Think-SFT checkpoint.
The second milestone is to apply DPO on top of the reproduced SFT checkpoint and match the performance of Olmo-3-7B-Instruct-DPO.
The objective for both milestones is to achieve a 50% win-rate against the official SFT and DPO checkpoints of Olmo3-7B.
Tasks
-
Reproduce
Olmo-3-7B-Instruct-SFTfrom theOlmo-3-7B-Think-SFTcheckpoint, evaluate it against the official SFT model using OpenJury, and confirm that it reaches ~50% win rate. -
Train a DPO checkpoint starting from the reproduced SFT checkpoint, evaluate it against the official
Olmo-3-7B-Instruct-DPOmodel using OpenJury, and confirm that it reaches ~50% win rate.
Document the training configuration, evaluation setup, and final results.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.