Add new pretraining configurations and update paths for Qwen3 model#25
Open
T4ras123 wants to merge 1 commit into
Open
Add new pretraining configurations and update paths for Qwen3 model#25T4ras123 wants to merge 1 commit into
T4ras123 wants to merge 1 commit into
Conversation
Made-with: Cursor
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.
This pull request introduces significant updates to the data configuration and pretraining setup for Qwen3-0.6B models in the
molgen3Dproject. The changes expand support for new "revisited" datasets, add new model checkpoints and paths (including Weka storage), and introduce three new pretraining configuration files for different revisited dataset variants. The main pretraining config is also updated to use new datasets and tokenizers, and training hyperparameters are adjusted.Key changes:
1. Data and Path Configuration Enhancements
base_pathsfor improved dataset and checkpoint access. [1] [2]datasection to include multiple new "revisited" datasets (cartesian, quantile binned, uniform binned, and their isomeric/grouped variants) for train, valid, and test splits. [1] [2]qwen3_0.6b_binned_258) and associated path.2. Pretraining Configuration Updates
qwen3_06b.toml) to use the new revisited uniform binned dataset and the new tokenizer (qwen3_0.6b_binned_258). Adjusted training steps, checkpoint intervals, and scheduler milestones to match the new dataset. [1] [2] [3] [4] [5]3. Addition of New Pretraining Job Configurations
revisited_cartesian_isomericrevisited_quantile_binned_isomericrevisited_uniform_binned_isomericThese changes collectively enable training and evaluation on a broader set of revisited molecular datasets, improve data accessibility, and provide ready-to-use configurations for different data preprocessing strategies.
[Copilot is generating a summary...]