Instructions to use AI4Protein/deep_bpe_1600 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AI4Protein/deep_bpe_1600 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AI4Protein/deep_bpe_1600")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AI4Protein/deep_bpe_1600") model = AutoModelForMaskedLM.from_pretrained("AI4Protein/deep_bpe_1600", device_map="auto") - Notebooks
- Google Colab
- Kaggle
metadata
pipeline_tag: feature-extraction
library_name: transformers
license: mit
VenusFactory RoFormer Model
This model is a RoFormer-based protein language model used within the VenusFactory platform, as described in VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning. It's designed for feature extraction tasks related to protein sequences.
For more details on VenusFactory and its capabilities, please refer to the project's GitHub repository.