Instructions to use chrisrtt/gbert-multi-class-german-hate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisrtt/gbert-multi-class-german-hate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chrisrtt/gbert-multi-class-german-hate")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chrisrtt/gbert-multi-class-german-hate") model = AutoModelForSequenceClassification.from_pretrained("chrisrtt/gbert-multi-class-german-hate") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#3
by lean-der - opened