Instructions to use deepset/gbert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/gbert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="deepset/gbert-large")# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("deepset/gbert-large", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Very good results with German text classification and SetFit.
#1
by PhilipMay - opened
I just wanted to say hello and thank you. This model has very good results in my experiments with German text classification and SetFit.
@PhilipMay Seeing this quite late but from all of us at deepset: thank you :) always nice to see our models and tools getting appreciation.