Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🔬 Tutorial 2: Model Fine-Tuning

Adapting ESM-2 for Protein Fitness Prediction


Learning Objectives:

  • Load and use pre-trained protein language models (ESM-2)
  • Generate protein embeddings for downstream tasks
  • Perform zero-shot similarity search
  • Fine-tune models with LoRA (Low-Rank Adaptation)
  • Predict DMS stability scores using adapted models