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

  • Log In
  • Sign Up

Polygl0t
/
hindi-roberta-toxicity-classifier

Text Classification
Transformers
Safetensors
Hindi
xlm-roberta
toxicity
hindi
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Polygl0t/hindi-roberta-toxicity-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Polygl0t/hindi-roberta-toxicity-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Polygl0t/hindi-roberta-toxicity-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Polygl0t/hindi-roberta-toxicity-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Polygl0t/hindi-roberta-toxicity-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
hindi-roberta-toxicity-classifier
1.13 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
nicholasKluge's picture
nicholasKluge
Update README.md
7a4dc53 verified 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 11 months ago
  • LICENSE
    18.6 kB
    Update LICENSE 3 months ago
  • README.md
    4.18 kB
    Update README.md 2 months ago
  • config.json
    799 Bytes
    Upload XLMRobertaForSequenceClassification 11 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification 11 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer 11 months ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.18 kB
    Upload tokenizer 11 months ago