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