Instructions to use Shivaskar/esm2_t6_8M-lora-binding-sites with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shivaskar/esm2_t6_8M-lora-binding-sites with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shivaskar/esm2_t6_8M-lora-binding-sites")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shivaskar/esm2_t6_8M-lora-binding-sites") model = AutoModelForSequenceClassification.from_pretrained("Shivaskar/esm2_t6_8M-lora-binding-sites") - Notebooks
- Google Colab
- Kaggle