AmelieSchreiber
commited on
Commit
•
634f89e
1
Parent(s):
a85d4ab
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ using a `80/20` train/test split. This model was trained with class weighting du
|
|
26 |
of the RNA binding site dataset (fewer binding sites than non-binding sites). You can train your own version
|
27 |
using [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t6_8M_weighted_lora_rna_binding/blob/main/LoRA_binding_sites_no_sweeps_v2.ipynb)!
|
28 |
You just need the RNA `binding_sites.xml` file [found here](https://huggingface.co/datasets/AmelieSchreiber/data_of_protein-rna_binding_sites).
|
29 |
-
You may also need to run some `pip install` statements at the beginning of the script:
|
30 |
|
31 |
```python
|
32 |
!pip install transformers[torch] datasets peft -q
|
|
|
26 |
of the RNA binding site dataset (fewer binding sites than non-binding sites). You can train your own version
|
27 |
using [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t6_8M_weighted_lora_rna_binding/blob/main/LoRA_binding_sites_no_sweeps_v2.ipynb)!
|
28 |
You just need the RNA `binding_sites.xml` file [found here](https://huggingface.co/datasets/AmelieSchreiber/data_of_protein-rna_binding_sites).
|
29 |
+
You may also need to run some `pip install` statements at the beginning of the script. If you are running in colab run:
|
30 |
|
31 |
```python
|
32 |
!pip install transformers[torch] datasets peft -q
|