Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Mridul
/
bert-hate-speech

Text Classification
Transformers
English
Model card Files Files and versions
xet
Community

Instructions to use Mridul/bert-hate-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mridul/bert-hate-speech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Mridul/bert-hate-speech")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Mridul/bert-hate-speech", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-hate-speech
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Mridul's picture
Mridul
Update README.md
ff79adf over 2 years ago
  • bert-hate-speech
    Upload model over 2 years ago
  • .DS_Store
    6.15 kB
    Upload model over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    162 Bytes
    Update README.md over 2 years ago