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

  • Log In
  • Sign Up

prabhaskenche
/
toxic-comment-classification-using-RoBERTa

Text Classification
Transformers
PyTorch
Safetensors
English
Telugu
roberta
toxic-comment-classification
Model card Files Files and versions
xet
Community
1

Instructions to use prabhaskenche/toxic-comment-classification-using-RoBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prabhaskenche/toxic-comment-classification-using-RoBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="prabhaskenche/toxic-comment-classification-using-RoBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("prabhaskenche/toxic-comment-classification-using-RoBERTa")
    model = AutoModelForSequenceClassification.from_pretrained("prabhaskenche/toxic-comment-classification-using-RoBERTa")
  • Notebooks
  • Google Colab
  • Kaggle
toxic-comment-classification-using-RoBERTa
2.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prabhaskenche's picture
prabhaskenche
Rename tokenizer_config (1).json to tokenizer_config.json
159cb34 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.83 kB
    Rename README (1).md to README.md almost 2 years ago
  • app.py
    800 Bytes
    Rename app (2).py to app.py almost 2 years ago
  • config.json
    737 Bytes
    Upload 9 files almost 2 years ago
  • merges.txt
    456 kB
    Rename merges (1).txt to merges.txt almost 2 years ago
  • model.safetensors
    1.42 GB
    xet
    Upload 9 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.42 GB
    xet
    Upload 9 files almost 2 years ago
  • special_tokens_map.json
    958 Bytes
    Upload 9 files almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Rename tokenizer_config (1).json to tokenizer_config.json almost 2 years ago
  • vocab.json
    999 kB
    Upload 9 files almost 2 years ago