Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# ESM1b_AAV2_classification
|
18 |
|
|
|
|
|
|
|
|
|
19 |
This model is a fine-tuned version of [facebook/esm-1b](https://huggingface.co/facebook/esm-1b) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2250
|
|
|
16 |
|
17 |
# ESM1b_AAV2_classification
|
18 |
|
19 |
+
To load tokenizer from ESM, you need to install transformers with this version as follow:
|
20 |
+
!git clone -b add_esm-proper --single-branch https://github.com/liujas000/transformers.git
|
21 |
+
!pip -q install ./transformers
|
22 |
+
|
23 |
This model is a fine-tuned version of [facebook/esm-1b](https://huggingface.co/facebook/esm-1b) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.2250
|