The updated checkpoint was trained on the merged NMRTrans + NMRExp corpus with the corrected Set Transformer peak mask and the expanded 223-token SMILES vocabulary. Its validation-best checkpoint was reached after approximately 4 days 18 hours 41 minutes on four H200 GPUs. The reported result uses the cleaned 113,323-record subset of the newly held-out test split. Because the corpus and split changed, the two rows are not a controlled single-factor ablation.
1git switch bugfix
2
3huggingface-cli download little1d/C-H-Formula \
4 nmrtrans-c-h-nmr-formula-nmrexp.ckpt \
5 --local-dir checkpoints/pretrained
6
7python src/test.py \
8 --config_path configs/config.yaml \
9 --ckpt_path checkpoints/pretrained/nmrtrans-c-h-nmr-formula-nmrexp.ckpt \
10 --features c_nmr,h_nmr,formula