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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

l3cube-pune
/
hate-roberta-hasoc-hindi

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Hindi
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use l3cube-pune/hate-roberta-hasoc-hindi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use l3cube-pune/hate-roberta-hasoc-hindi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="l3cube-pune/hate-roberta-hasoc-hindi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/hate-roberta-hasoc-hindi")
    model = AutoModelForSequenceClassification.from_pretrained("l3cube-pune/hate-roberta-hasoc-hindi")
  • Notebooks
  • Google Colab
  • Kaggle
hate-roberta-hasoc-hindi
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
l3cube-pune's picture
l3cube-pune
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
fe2d502 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    707 Bytes
    Create README.md over 4 years ago
  • config.json
    746 Bytes
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • merges.txt
    1.21 MB
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • tf_model.h5
    499 MB
    xet
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • tokenizer.json
    2.86 MB
    Adding tokenizer file for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • tokenizer_config.json
    342 Bytes
    Adding tokenizer file for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago
  • vocab.json
    1.65 MB
    Initial commit for binary hate speech detection model trained on HASOC Hindi dataset over 4 years ago