Overview of Tasks Assessing Protein Embeddings (TAPE)
masterTAPE provides data, weights, and code for running benchmarks on trained protein embeddings. It includes a pretraining corpus, five supervised downstream tasks, pretrained language model weights, and benchmarking code.
Important Compatibility Notes:
- This version uses PyTorch. Previous TensorFlow-based weights and code from the original repository are not compatible.
- This repository is designed for ease of use and future development rather than strict reproduction of the original paper's results. For exact paper reproduction, use the original NeurIPS 2019 repository.
- Training Recommendation: The maintainers no longer recommend using TAPE's internal training code for new projects, as it may not be updated for future PyTorch versions. Instead, it is recommended to use frameworks like PyTorch Lightning or Fairseq for training, while using TAPE for benchmarking and model availability.