Instructions to use gabrielbianchin/base_esm2_t30_long with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gabrielbianchin/base_esm2_t30_long with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gabrielbianchin/base_esm2_t30_long")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gabrielbianchin/base_esm2_t30_long") model = AutoModelForMaskedLM.from_pretrained("gabrielbianchin/base_esm2_t30_long", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5a8bc21 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:81f69404b7862f39cd7ac4e4c8a93fb802d24bcdc6b21927f844a5dc8c180f7c
size 745573904
|