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

  • Log In
  • Sign Up

Jhonatan51998
/
toxicity_sentiment_model

Text Classification
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Jhonatan51998/toxicity_sentiment_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jhonatan51998/toxicity_sentiment_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jhonatan51998/toxicity_sentiment_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jhonatan51998/toxicity_sentiment_model")
    model = AutoModelForSequenceClassification.from_pretrained("Jhonatan51998/toxicity_sentiment_model")
  • Notebooks
  • Google Colab
  • Kaggle
toxicity_sentiment_model
440 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Jhonatan51998's picture
Jhonatan51998
Update config.json
649780a over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    807 Bytes
    Update config.json over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    439 MB
    xet
    Upload BertForSequenceClassification over 3 years ago
  • special_tokens_map.json
    134 Bytes
    Upload 3 files over 3 years ago
  • tokenizer.json
    480 kB
    Upload 3 files over 3 years ago
  • tokenizer_config.json
    364 Bytes
    Upload 3 files over 3 years ago