Skip to content

haddocking/Finetune-Ab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 AbTune

AbTune — Layer-wise selective fine-tuning of protein language models for antibodies.

Code from paper AbTune: layer-wise selective Fine-Tuning of protein language models for Antibodies https://www.biorxiv.org/content/10.1101/2025.10.17.682998v1

🚀 Installation

Step 1: (Optional) Install ESMFold

If you plan to use Ab-Tune in ESMFold mode, you must install ESMFold separately. Follow the official installation instructions provided below.

👉 ESMFold GitHub Repository


Step 2: Install Ab-Tune

you can install Ab-Tune either from PyPI or source.

📦 From PyPI (recommended, once published)

pip install Ab-Tune

🧪 From source (for development)

git clone https://github.com/haddocking/Finetune-Ab
cd Finetune-Ab
pip install .

🧠 Usage

Ab-Tune provides three running modes that can be selected via a YAML config file.

Example Command-line usage

ab-tune --config configs/ESM2.ymal 

Config file

The config file allows you to specify:

  • Running mode (ESM2, Conservation, ESMFold)
  • Fine-tuning parameters

About

Layer-wise selective Fine-Tuning of protein language models for Antibodies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages