Commit
·
d9babe5
1
Parent(s):
3db1969
Update README.md
Browse files
README.md
CHANGED
@@ -47,9 +47,10 @@ structural models mentioned above, meaning the model may return some false posit
|
|
47 |
## Running Inference
|
48 |
|
49 |
You can download and run [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t12_35M_lora_binding_sites_v2_cp3/blob/main/testing_and_inference.ipynb)
|
50 |
-
to test out any of the ESMB models.
|
51 |
-
|
52 |
-
|
|
|
53 |
|
54 |
|
55 |
## Training procedure
|
|
|
47 |
## Running Inference
|
48 |
|
49 |
You can download and run [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t12_35M_lora_binding_sites_v2_cp3/blob/main/testing_and_inference.ipynb)
|
50 |
+
to test out any of the ESMB models. Be sure to download the datasets linked to in the notebook.
|
51 |
+
Note, if you would like to run the models on the train/test split to get the metrics, you may need to do
|
52 |
+
locally or in a Colab Pro instance as the datasets are quite large and will not run in a standard Colab
|
53 |
+
(you can still run inference on your own protein sequences though).
|
54 |
|
55 |
|
56 |
## Training procedure
|