Update links
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ tags:
|
|
10 |
|
11 |
## AMPLIFY
|
12 |
|
13 |
-
AMPLIFY is an efficient, state-of-the-art protein language model pre-trained using masked language modeling on UniRef100, OAS, and SCOP ([UR100P](https://huggingface.co/datasets/
|
14 |
|
15 |
-
- [`AMPLIFY_350M`](https://huggingface.co/
|
16 |
-
- [`AMPLIFY_350M_base`](https://huggingface.co/
|
17 |
-
- [`AMPLIFY_120M`](https://huggingface.co/
|
18 |
-
- [`AMPLIFY_120M_base`](https://huggingface.co/
|
19 |
|
20 |
### Model Descritpion
|
21 |
|
|
|
10 |
|
11 |
## AMPLIFY
|
12 |
|
13 |
+
AMPLIFY is an efficient, state-of-the-art protein language model pre-trained using masked language modeling on UniRef100, OAS, and SCOP ([UR100P](https://huggingface.co/datasets/chandar-lab/UR100P)). AMPLIFY can generate residue and protein embeddings, suggest mutations, differentiate disordered proteins from non-protein sequences, and much more. AMPLIFY is available in two sizes, 120M and 350M parameters, with the `_base` models not extended beyond 512 residues (Stage 1). The model architecture and pre-training procedure are detailed below. For more details, please refer to the [accompanying paper](https://www.biorxiv.org/content/10.1101/2024.09.23.614603v1).
|
14 |
|
15 |
+
- [`AMPLIFY_350M`](https://huggingface.co/chandar-lab/AMPLIFY_350M)
|
16 |
+
- [`AMPLIFY_350M_base`](https://huggingface.co/chandar-lab/AMPLIFY_350M_base)
|
17 |
+
- [`AMPLIFY_120M`](https://huggingface.co/chandar-lab/AMPLIFY_120M)
|
18 |
+
- [`AMPLIFY_120M_base`](https://huggingface.co/chandar-lab/AMPLIFY_120M_base)
|
19 |
|
20 |
### Model Descritpion
|
21 |
|