Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ base_model:
|
|
| 5 |
|
| 6 |
# Naive/Memory Light Chain Classifier
|
| 7 |
|
| 8 |
-
This repository provides a transformer-based classifier for distinguishing between **naive and memory B-cell** receptor light chain sequences.
|
| 9 |
An equivalent classification model for heavy chains can be found [here](https://huggingface.co/leaBroe/HeavyBERTa_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 Light Chain Classifier
|
| 7 |
|
| 8 |
+
This repository provides a transformer-based classifier for distinguishing between **naive and memory B-cell** receptor light chain sequences. We used adapters integrated into pre-trained language models for efficient fine-tuning. The model is fine-tuned from [LightGPT](https://huggingface.co/leaBroe/LightGPT), a causal transformer protein language model pre-trained on a large corpus of unpaired light chain sequences from the [OAS](https://opig.stats.ox.ac.uk/webapps/oas/) database.
|
| 9 |
An equivalent classification model for heavy chains can be found [here](https://huggingface.co/leaBroe/HeavyBERTa_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).
|