Instructions to use multimolecule/amplify-350m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/amplify-350m with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/amplify-350m") model = AutoModel.from_pretrained("multimolecule/amplify-350m") inputs = tokenizer("MANLGCWMLVLFVATWSDLGLCKKRPKPGGWNTGGSRYPGQGSPGGNRYPPQGGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQGGGTHSQWNKPSKPKTNMKHMAGAAAAGAVVGGLGGYMLGSAMSRPIIHFGSDYEDRYYRENMHRYPNQVYYRPMDEYSNQNNFVHDCVNITIKQHTVTTTTKGENFTETDVKMMERVVEQMCITQYERESQAYYQRGSSMVLFSSPPVILLISFLIFLIVG", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_stateimport multimolecule from transformers import pipeline predictor = pipeline("fill-mask", model="multimolecule/amplify-350m") output = predictor("MANLGCWMLVLFV<mask>TWSDLGLCKKRPKPGGWNTGGSRYPGQGSPGGNRYPPQGGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQGGGTHSQWNKPSKPKTNMKHMAGAAAAGAVVGGLGGYMLGSAMSRPIIHFGSDYEDRYYRENMHRYPNQVYYRPMDEYSNQNNFVHDCVNITIKQHTVTTTTKGENFTETDVKMMERVVEQMCITQYERESQAYYQRGSSMVLFSSPPVILLISFLIFLIVG") - Notebooks
- Google Colab
- Kaggle
File size: 13,591 Bytes
39a4c44 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 | ---
datasets:
- multimolecule/uniref
- multimolecule/oas
- multimolecule/scop
library_name: multimolecule
license: agpl-3.0
mask_token: <mask>
pipeline_tag: fill-mask
tags:
- Biology
- Protein
widget:
- example_title: prion protein (Kanno blood group)
mask_index: 13
mask_index_1based: 14
masked_char: A
output:
- label: A
score: 0.944059
- label: T
score: 0.017795
- label: V
score: 0.016889
- label: S
score: 0.011726
- label: G
score: 0.006321
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MANLGCWMLVLFV<mask>TWSDLGLCKKRPKPGGWNTGGSRYPGQGSPGGNRYPPQGGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQPHGGGWGQGGGTHSQWNKPSKPKTNMKHMAGAAAAGAVVGGLGGYMLGSAMSRPIIHFGSDYEDRYYRENMHRYPNQVYYRPMDEYSNQNNFVHDCVNITIKQHTVTTTTKGENFTETDVKMMERVVEQMCITQYERESQAYYQRGSSMVLFSSPPVILLISFLIFLIVG
- example_title: interleukin 10
mask_index: 17
mask_index_1based: 18
masked_char: A
output:
- label: L
score: 0.277088
- label: A
score: 0.103044
- label: V
score: 0.088692
- label: P
score: 0.088595
- label: J
score: 0.080961
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MHSSALLCCLVLLTGVR<mask>SPGQGTQSENSCTHFPGNLPNMLRDLRDAFSRVKTFFQMKDQLDNLLLKESLLEDFKGYLGCQALSEMIQFYLEEVMPQAENQDPDIKAHVNSLGENLKTLRLRLRRCHRFLPCENKSKAVEQVKNAFNKLQEKGIYKAMSEFDIFINYIEAYMTMKIRN
- example_title: Zaire ebolavirus
mask_index: 10
mask_index_1based: 11
masked_char: A
output:
- label: N
score: 0.406227
- label: T
score: 0.103801
- label: A
score: 0.076646
- label: S
score: 0.066974
- label: G
score: 0.034434
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: NVQTLCEALL<mask>DGLAKAFPSNMMVVTEREQKESLLHQASWHHTSDDFGEHATVRGSSFVTDLEKYNLAFRYEFTAPFIEYCNRCYGVKNVFNWMHYTIPQCY
- example_title: SARS coronavirus
mask_index: 26
mask_index_1based: 27
masked_char: A
output:
- label: L
score: 0.116728
- label: J
score: 0.109896
- label: I
score: 0.103466
- label: F
score: 0.096387
- label: Y
score: 0.06398
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MFIFLLFLTLTSGSDLDRCTTFDDVQ<mask>PNYTQHTSSMRGVYYPDEIFRSDTLYLTQDLFLPFYSNVTGFHTINHTFDNPVIPFKDGIYFAATEKSNVVRGWVFGSTMNNKSQSVIIINNSTNVVIRACNFELCDNPFFAVSKPMGTQTHTMIFDNAFKCTFEYIS
- example_title: insulin
mask_index: 11
mask_index_1based: 12
masked_char: A
output:
- label: A
score: 0.858781
- label: V
score: 0.069406
- label: T
score: 0.033721
- label: G
score: 0.012237
- label: S
score: 0.007993
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MALWMRLLPLL<mask>LLALWGPDPAAAFVNQHLCGSHLVEALYLVCGERGFFYTPKTRREAEDLQVGQVELGGGPGAGSLQPLALEGSLQKRGIVEQCCTSICSLYQLENYCN
- example_title: cyclin dependent kinase inhibitor 2A
mask_index: 12
mask_index_1based: 13
masked_char: A
output:
- label: A
score: 0.507685
- label: G
score: 0.112186
- label: P
score: 0.068749
- label: E
score: 0.058869
- label: S
score: 0.047445
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MEPAAGSSMEPS<mask>DWLATAAARGRVEEVRALLEAGALPNAPNSYGRRPIQVMMMGSARVAELLLLHGAEPNCADPATLTRPVHDAAREGFLDTLVVLHRAGARLDVRDAWGRLPVDLAEELGHRDVARYLRAAAGGTRGSNHARIDAAEGPSDIPD
- example_title: human papillomavirus type 16 E6
mask_index: 52
mask_index_1based: 53
masked_char: A
output:
- label: L
score: 0.124283
- label: J
score: 0.098124
- label: I
score: 0.077469
- label: R
score: 0.062919
- label: V
score: 0.060832
pipeline_tag: fill-mask
sequence_type: Protein
task: fill-mask
text: MHQKRTAMFQDPQERPRKLPQLCTELQTTIHDIILECVYCKQQLLRREVYDF<mask>FRDLCIVYRDGNPYAVCDKCLKFYSKISEYRHYCYSVYGTTLEQQYNKPLCDLLIRCINCQKPLCPEEKQRHLDKKQRFHNIRGRWTGRCMSCCRSSRTRRETQL
---
# AMPLIFY
Pre-trained model on protein sequences using a masked language modeling (MLM) objective.
## Disclaimer
This is an UNOFFICIAL implementation of the [Protein Language Models: Is Scaling Necessary?](https://doi.org/10.1101/2024.09.23.614603) by Quentin Fournier, Robert M. Vernon, Almer van der Sloot, Benjamin Schulz, Sarath Chandar, and Christopher James Langmead.
The OFFICIAL repository of AMPLIFY is at [chandar-lab/AMPLIFY](https://github.com/chandar-lab/AMPLIFY).
> [!TIP]
> The MultiMolecule team has confirmed that the provided model and checkpoints match the original implementation's logits and attention maps within `1e-4` absolute tolerance on representative protein sequences.
**The team releasing AMPLIFY did not write this model card for this model so this model card has been written by the MultiMolecule team.**
## Model Details
AMPLIFY is a modern encoder-only protein language model with RMSNorm, SwiGLU, and rotary position embeddings. It is pre-trained on [UR100P](https://huggingface.co/datasets/chandar-lab/UR100P), a corpus derived from UniRef100 and supplemented with paired sequences from the Observed Antibody Space and domains from SCOP, using a masked language modeling objective. Please refer to the [Training Details](#training-details) section for more information on the training process.
### Variants
- **[multimolecule/amplify-350m](https://huggingface.co/multimolecule/amplify-350m)**: The AMPLIFY model with 120 million parameters.
- **[multimolecule/amplify-350m](https://huggingface.co/multimolecule/amplify-350m)**: The AMPLIFY model with 350 million parameters.
### Model Specification
<table>
<thead>
<tr>
<th>Variants</th>
<th>Num Layers</th>
<th>Hidden Size</th>
<th>Num Heads</th>
<th>Intermediate Size</th>
<th>Num Parameters (M)</th>
<th>FLOPs (G)</th>
<th>MACs (G)</th>
<th>Max Num Tokens</th>
</tr>
</thead>
<tbody>
<tr>
<td>AMPLIFY-120M</td>
<td>24</td>
<td>640</td>
<td>10</td>
<td>2560</td>
<td>118.67</td>
<td>137.34</td>
<td>68.58</td>
<td rowspan="2">2048</td>
</tr>
<tr>
<td><b>AMPLIFY-350M</b></td>
<td>32</td>
<td>960</td>
<td>15</td>
<td>3840</td>
<td>354.91</td>
<td>394.98</td>
<td>197.30</td>
</tr>
</tbody>
</table>
### Links
- **Code**: [multimolecule.amplify](https://github.com/DLS5-Omics/multimolecule/tree/master/multimolecule/models/amplify)
- **Weights**: [multimolecule/amplify-350m](https://huggingface.co/multimolecule/amplify-350m), [multimolecule/amplify-350m](https://huggingface.co/multimolecule/amplify-350m)
- **Data**: [chandar-lab/UR100P](https://huggingface.co/datasets/chandar-lab/UR100P)
- **Paper**: [Protein Language Models: Is Scaling Necessary?](https://doi.org/10.1101/2024.09.23.614603)
- **Developed by**: Quentin Fournier, Robert M. Vernon, Almer van der Sloot, Benjamin Schulz, Sarath Chandar, Christopher James Langmead
- **Model type**: Encoder-only Transformer with RMSNorm, SwiGLU, and rotary position embeddings
- **Original Repository**: [chandar-lab/AMPLIFY](https://github.com/chandar-lab/AMPLIFY)
## Usage
The model file depends on the [`multimolecule`](https://multimolecule.danling.org) library. You can install it using pip:
```bash
pip install multimolecule
```
### Direct Use
#### Masked Language Modeling
You can use this model directly with a pipeline for masked language modeling:
```python
import multimolecule # you must import multimolecule to register models
from transformers import pipeline
predictor = pipeline("fill-mask", model="multimolecule/amplify-350m")
output = predictor("MVLSPADKTNVKAAW<mask>KVGAHAGEYGAEALER")
```
### Downstream Use
#### Extract Features
Here is how to use this model to get the features of a given sequence in PyTorch:
```python
from multimolecule import ProteinTokenizer, AmplifyModel
tokenizer = ProteinTokenizer.from_pretrained("multimolecule/amplify-350m")
model = AmplifyModel.from_pretrained("multimolecule/amplify-350m")
text = "MVLSPADKTNVKAAWGKVGAHAGEYGAEALER"
input = tokenizer(text, return_tensors="pt")
output = model(**input)
```
#### Sequence Classification / Regression
> [!NOTE]
> This model is not fine-tuned for any specific task. You will need to fine-tune the model on a downstream task to use it for sequence classification or regression.
Here is how to use this model as backbone to fine-tune for a sequence-level task in PyTorch:
```python
import torch
from multimolecule import ProteinTokenizer, AmplifyForSequencePrediction
tokenizer = ProteinTokenizer.from_pretrained("multimolecule/amplify-350m")
model = AmplifyForSequencePrediction.from_pretrained("multimolecule/amplify-350m")
text = "MVLSPADKTNVKAAWGKVGAHAGEYGAEALER"
input = tokenizer(text, return_tensors="pt")
label = torch.tensor([1])
output = model(**input, labels=label)
```
#### Token Classification / Regression
> [!NOTE]
> This model is not fine-tuned for any specific task. You will need to fine-tune the model on a downstream task to use it for token classification or regression.
Here is how to use this model as backbone to fine-tune for a residue-level task in PyTorch:
```python
import torch
from multimolecule import ProteinTokenizer, AmplifyForTokenPrediction
tokenizer = ProteinTokenizer.from_pretrained("multimolecule/amplify-350m")
model = AmplifyForTokenPrediction.from_pretrained("multimolecule/amplify-350m")
text = "MVLSPADKTNVKAAWGKVGAHAGEYGAEALER"
input = tokenizer(text, return_tensors="pt")
label = torch.randint(2, (len(text), ))
output = model(**input, labels=label)
```
#### Contact Classification / Regression
> [!NOTE]
> This model is not fine-tuned for any specific task. You will need to fine-tune the model on a downstream task to use it for contact classification or regression.
Here is how to use this model as backbone to fine-tune for a contact-level task in PyTorch:
```python
import torch
from multimolecule import ProteinTokenizer, AmplifyForContactPrediction
tokenizer = ProteinTokenizer.from_pretrained("multimolecule/amplify-350m")
model = AmplifyForContactPrediction.from_pretrained("multimolecule/amplify-350m")
text = "MVLSPADKTNVKAAWGKVGAHAGEYGAEALER"
input = tokenizer(text, return_tensors="pt")
label = torch.randint(2, (len(text), len(text)))
output = model(**input, labels=label)
```
## Training Details
AMPLIFY was trained with Masked Language Modeling (MLM) as the pre-training objective: 15% of the residues in the input are randomly selected as prediction targets, and the model is asked to recover the original amino acids from the surrounding context. The model is bidirectional (encoder-only) so the prediction at each masked position attends to the entire sequence.
### Training Data
AMPLIFY was pre-trained on the [UR100P](https://huggingface.co/datasets/chandar-lab/UR100P) dataset, which is a curated union of:
- **UniRef100**: All UniProt sequences clustered at 100% sequence identity.
- **Observed Antibody Space (OAS)**: Paired antibody repertoire sequences, represented with heavy and light chains separated by the `|` chain separator.
- **SCOP**: Structurally classified protein domains.
### Training Procedure
#### Preprocessing
AMPLIFY uses masked language modeling (MLM) as the pre-training objective. The masking procedure is similar to the one used in BERT:
- 15% of the residues are masked.
- In 80% of the cases, the masked residues are replaced by `<mask>`.
- In 10% of the cases, the masked residues are replaced by a random residue (different) from the one they replace.
- In the 10% remaining cases, the masked residues are left as is.
#### Pre-training
Training is performed in two stages, both on the UR100P dataset:
- **Stage 1**: trained for 1,000,000 steps at a maximum length of 512 residues with a peak learning rate of `1e-3`, cosine-decayed to `1e-4`.
- **Stage 2**: trained for an additional 25,000 (120M) or 50,000 (350M) steps at a maximum length of 2,048 residues with a constant learning rate of `1e-4`.
Both stages use AdamW with betas `(0.9, 0.95)`, weight decay `0.01`, gradient clipping `1.0`, mixed-precision `bf16` with `tf32`, a total batch size of 4,096 sequences, and DeepSpeed ZeRO stage 3.
## Citation
**BibTeX**:
```bibtex
@article{Fournier2024.09.23.614603,
title = {Protein Language Models: Is Scaling Necessary?},
author = {Fournier, Quentin and Vernon, Robert M. and van der Sloot, Almer and Schulz, Benjamin and Chandar, Sarath and Langmead, Christopher James},
year = {2024},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
doi = {10.1101/2024.09.23.614603},
url = {https://www.biorxiv.org/content/early/2024/09/23/2024.09.23.614603},
}
```
> [!NOTE]
> The artifacts distributed in this repository are part of the MultiMolecule project.
> If you use MultiMolecule in your research, you must cite the MultiMolecule project as follows:
```bibtex
@software{chen_2024_12638419,
author = {Chen, Zhiyuan and Zhu, Sophia Y.},
title = {MultiMolecule},
doi = {10.5281/zenodo.12638419},
publisher = {Zenodo},
url = {https://doi.org/10.5281/zenodo.12638419},
year = 2024,
month = may,
day = 4
}
```
## Contact
Please use GitHub issues of [MultiMolecule](https://github.com/DLS5-Omics/multimolecule/issues) for any questions or comments on the model card.
Please contact the authors of the [AMPLIFY paper](https://doi.org/10.1101/2024.09.23.614603) for questions or comments on the paper/model.
## License
This model is licensed under the [GNU Affero General Public License](license.md).
For additional terms and clarifications, please refer to our [License FAQ](license-faq.md).
```spdx
SPDX-License-Identifier: AGPL-3.0-or-later
``` |