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

  • Log In
  • Sign Up

OwLim
/
roberta-hate-speech-detection

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use OwLim/roberta-hate-speech-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="OwLim/roberta-hate-speech-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("OwLim/roberta-hate-speech-detection")
    model = AutoModelForSequenceClassification.from_pretrained("OwLim/roberta-hate-speech-detection")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-hate-speech-detection
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
OwLim's picture
OwLim
Training in progress, epoch 19
c82ec63 verified 12 months ago
  • logs
    Training in progress, epoch 19 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    3.63 kB
    End of training 12 months ago
  • config.json
    812 Bytes
    Training in progress, epoch 1 12 months ago
  • merges.txt
    456 kB
    End of training 12 months ago
  • model.safetensors
    499 MB
    xet
    Training in progress, epoch 19 12 months ago
  • special_tokens_map.json
    280 Bytes
    End of training 12 months ago
  • tokenizer.json
    3.56 MB
    End of training 12 months ago
  • tokenizer_config.json
    1.25 kB
    End of training 12 months ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, epoch 1 12 months ago
  • vocab.json
    798 kB
    End of training 12 months ago