Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ base_model:
|
|
| 5 |
|
| 6 |
# Naive/Memory Heavy Chain Classifier
|
| 7 |
|
| 8 |
-
This repository provides a transformer-based classifier for distinguishing between **naive and memory B-cell** receptor heavy chain sequences. It
|
| 9 |
An equivalent classification model for light chains can be found [here](https://huggingface.co/leaBroe/LightGPT_naive_mem_cls).
|
| 10 |
|
| 11 |
For more information of how to use this model, please visit our Github [repository](https://github.com/ibmm-unibe-ch/Heavy2Light/blob/main/naive_memory_cls/README.md).
|
|
|
|
| 5 |
|
| 6 |
# Naive/Memory Heavy Chain Classifier
|
| 7 |
|
| 8 |
+
This repository provides a transformer-based classifier for distinguishing between **naive and memory B-cell** receptor heavy chain sequences. It uses adapters integrated into pre-trained language models for efficient fine-tuning. The model is fine-tuned from [HeavyBERTa](https://huggingface.co/leaBroe/HeavyBERTa), a protein language model based on the [RoBERTa](https://arxiv.org/abs/1907.11692) architecture, pre-trained on a large corpus of unpaired heavy chain sequences from the [OAS](https://opig.stats.ox.ac.uk/webapps/oas/) database.
|
| 9 |
An equivalent classification model for light chains can be found [here](https://huggingface.co/leaBroe/LightGPT_naive_mem_cls).
|
| 10 |
|
| 11 |
For more information of how to use this model, please visit our Github [repository](https://github.com/ibmm-unibe-ch/Heavy2Light/blob/main/naive_memory_cls/README.md).
|