Instructions to use avuhong/ESM1b_AAV2_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use avuhong/ESM1b_AAV2_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="avuhong/ESM1b_AAV2_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("avuhong/ESM1b_AAV2_classification") model = AutoModelForSequenceClassification.from_pretrained("avuhong/ESM1b_AAV2_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
df8aed7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f1b73c185074660152d1ba4d174d61805c587dc85c819c510cb2943ccd7fe71
size 2927
|