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

GhadeerALbadani
/
mmbert-Multilingual_detection_of_hate_speech

Text Classification
Transformers
Safetensors
modernbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use GhadeerALbadani/mmbert-Multilingual_detection_of_hate_speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GhadeerALbadani/mmbert-Multilingual_detection_of_hate_speech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="GhadeerALbadani/mmbert-Multilingual_detection_of_hate_speech")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("GhadeerALbadani/mmbert-Multilingual_detection_of_hate_speech")
    model = AutoModelForSequenceClassification.from_pretrained("GhadeerALbadani/mmbert-Multilingual_detection_of_hate_speech")
  • Notebooks
  • Google Colab
  • Kaggle
mmbert-Multilingual_detection_of_hate_speech
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
GhadeerALbadani's picture
GhadeerALbadani
Upload tokenizer
e6737f8 verified about 18 hours ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 18 hours ago
  • README.md
    5.17 kB
    Upload ModernBertForSequenceClassification about 18 hours ago
  • config.json
    2 kB
    Upload ModernBertForSequenceClassification about 18 hours ago
  • model.safetensors
    1.23 GB
    xet
    Upload ModernBertForSequenceClassification about 18 hours ago
  • tokenizer.json
    34.4 MB
    xet
    Upload tokenizer about 18 hours ago
  • tokenizer_config.json
    708 Bytes
    Upload tokenizer about 18 hours ago