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
Glasenbach Twitter dataset
#2
by manueltonneau - opened
Hi @chrisrtt , thanks for this contribution! Could you please provide a reference for the Glasenbach (2022) Twitter dataset you're using? I cannot find it when googling. Thanks in advance and best!