How to use deepset/gbert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="deepset/gbert-base")
# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("deepset/gbert-base", dtype="auto")
I just wanted to say hello and thank you. This model has very good results in my experiments with German text classification and SetFit.
· Sign up or log in to comment