Text Classification
Transformers
English
hate-speech-detection
toxicity
implicit-hate
content-moderation
bert
hatebert
toxigen
Eval Results (legacy)
Instructions to use dams2005/TOXIGEN_model_card with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dams2005/TOXIGEN_model_card with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dams2005/TOXIGEN_model_card")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dams2005/TOXIGEN_model_card", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K