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

  • 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
1.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
2a82178 verified over 1 year ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 1 year 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
  • model.safetensors
    737 MB
    xet
    Adding `safetensors` variant of this model over 1 year 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