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

  • Log In
  • Sign Up

IMSyPP
/
hate_speech_it

Text Classification
Transformers
PyTorch
Italian
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use IMSyPP/hate_speech_it with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IMSyPP/hate_speech_it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IMSyPP/hate_speech_it")
    model = AutoModelForSequenceClassification.from_pretrained("IMSyPP/hate_speech_it")
  • Notebooks
  • Google Colab
  • Kaggle
hate_speech_it
739 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
Andrazp's picture
Andrazp
Update README.md
46e36cd over 2 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    1.2 kB
    Update README.md over 2 years ago
  • config.json
    1.04 kB
    replacing config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    737 MB
    xet
    adding model and configuration almost 5 years ago
  • tokenizer.py
    9.02 kB
    adding vocabulary files for alberto tokenizer over 4 years ago
  • vocab.txt
    1.11 MB
    adding vocabulary files for alberto tokenizer over 4 years ago