Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 |
|
|
|
17 |
# ESM1b_AAV2_classification
|
18 |
|
19 |
To load tokenizer from ESM, you need to install transformers with this version as follow:
|
20 |
+
|
21 |
!git clone -b add_esm-proper --single-branch https://github.com/liujas000/transformers.git
|
22 |
!pip -q install ./transformers
|
23 |
|