Dev/v1.5 MassSpecGym#68
Open
harrylaucngd wants to merge 41 commits into
Open
Conversation
Merge the MIST-CF branch history while keeping the v1.5 closure tree focused on the corrected oracle implementation. Co-authored-by: Cursor <cursoragent@cursor.com>
v1.5 model zoo implementation.
…o feat/llm-skills
feat: level 1 model card impl
* tmp feat: test out with diffms (v0 model card) * chore: update model card * fix: suibmission dir * cho9re: remove pubication field * chore: remove superfluous comments * chore: add .claude to gitignore * chore: update scripts in llm skills * feat: diffms implementation * feat: add mist molforge submission * tmp fix: remove model card for llm skills
…SpecGym into feat/llm-skills
This reverts commit dae836a.
Revert "Feat/llm skills lv2"
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 PR merges
dev/v1.5intopluskal-lab/MassSpecGym. On top of upstreammain, it adds the v1.5 benchmark / model zoo, data and download paths, implementations for encoders, retrieval, de novo, simulation, and oracles, plus scripts, dependencies, and tests.What changed (by area)
Data & Hub
massspecgym/data/:download,fp2mol_dataset, MIST-related modules,subformulae,transforms,sanity_check, etc., for v1.5-style loading and inferred-formula workflows.data/exclude_inchikeys.csv.scripts/download_data.py,scripts/convert_to_parquet.py.Model zoo / v1.5
diffms,frigid,molforge, sharedfp2molbase.generative_retrieval,iceberg_retrieval,mist_retrieval, updates toretrieval/baseand related code.predict,fast_filter,sirius, etc.).Scripts
scripts/run.py,run_simulation.py, etc., for v1.5 runs.Packaging & docs
setup.py(e.g. pyarrow and related deps).README.md,checkpoints/README.md.