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_targets_slo

Text Classification
Transformers
PyTorch
Slovenian
camembert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use IMSyPP/hate_speech_targets_slo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IMSyPP/hate_speech_targets_slo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IMSyPP/hate_speech_targets_slo")
    model = AutoModelForSequenceClassification.from_pretrained("IMSyPP/hate_speech_targets_slo")
  • Notebooks
  • Google Colab
  • Kaggle
hate_speech_targets_slo
885 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
27af357 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    38 Bytes
    Update README.md almost 4 years ago
  • config.json
    1.31 kB
    adding model weights and configuration over 4 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    adding model weights and configuration over 4 years ago