AmelieSchreiber commited on
Commit
1c9f379
1 Parent(s): 3820d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,7 +3,8 @@ library_name: peft
3
  ---
4
  # ESM-2 Fine-Tuned with PEFT LoRA
5
 
6
- This is an attempt to use Parameter Efficient Fine Tuning (PEFT) with Low Rank Adaptation (LoRA)
 
7
  for the ESM-2 model [esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D).
8
  The Github can be found [here](https://github.com/Amelie-Schreiber/esm2_loras/tree/main). The model is intended to serve as an
9
  RNA binding site predictor for protein sequences. However, there seems to be something
 
3
  ---
4
  # ESM-2 Fine-Tuned with PEFT LoRA
5
 
6
+ This is an attempt to use Parameter Efficient Fine Tuning ([PEFT](https://huggingface.co/docs/peft/conceptual_guides/lora)) with
7
+ Low Rank Adaptation ([LoRA](https://huggingface.co/docs/peft/task_guides/token-classification-lora))
8
  for the ESM-2 model [esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D).
9
  The Github can be found [here](https://github.com/Amelie-Schreiber/esm2_loras/tree/main). The model is intended to serve as an
10
  RNA binding site predictor for protein sequences. However, there seems to be something