File size: 884 Bytes
c034511
4d08138
c034511
3820d05
 
1c9f379
 
3820d05
 
 
 
 
 
4d08138
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
library_name: peft
---
# ESM-2 Fine-Tuned with PEFT LoRA

This is an attempt to use Parameter Efficient Fine Tuning ([PEFT](https://huggingface.co/docs/peft/conceptual_guides/lora)) with 
Low Rank Adaptation ([LoRA](https://huggingface.co/docs/peft/task_guides/token-classification-lora))
for the ESM-2 model [esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D). 
The Github can be found [here](https://github.com/Amelie-Schreiber/esm2_loras/tree/main). The model is intended to serve as an 
RNA binding site predictor for protein sequences. However, there seems to be something 
going wrong either during training, or at inference, as the model seems to only predict non-binding sites. 
The problem is likely in the training setup. Any feedback, comments, or discussion would be greatly appreciated. 

## Training procedure

### Framework versions


- PEFT 0.4.0