How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="SCAI-BIO/bio-gottbert-base")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("SCAI-BIO/bio-gottbert-base")
model = AutoModelForMaskedLM.from_pretrained("SCAI-BIO/bio-gottbert-base")
Quick Links

No model card

Downloads last month
8,299
Inference Providers NEW
Examples
Mask token: <mask>

Model tree for SCAI-BIO/bio-gottbert-base

Finetunes
1 model