Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dams2005
/
TOXIGEN_model_card

Text Classification
Transformers
English
hate-speech-detection
toxicity
implicit-hate
content-moderation
bert
hatebert
toxigen
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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
TOXIGEN_model_card
27.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dams2005's picture
dams2005
Update README.md
d5b1e69 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    25.6 kB
    Update README.md about 2 months ago