oxpig / CaLM

Protein language model trained on coding DNA
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

Fine-tune on top of your pre-trained model #4

Open RomiGoldner opened 7 months ago

RomiGoldner commented 7 months ago

Can you please share your pytorch lightning model snapshot, so I can fine-tune a model on top of yours?

Currently you only share a weights file (calm_weights.pkl). I full pytorch lightning model snapshot allows me to run Trainer() from your location.