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

  • Log In
  • Sign Up

IMSyPP
/
hate_speech_slo

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

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

  • Libraries
  • Transformers

    How to use IMSyPP/hate_speech_slo with Transformers:

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

    Detected Pickle imports (3)

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

    What is a pickle import?

    497 MB
    xet
    model and congiguration commit almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    added tokenizer almost 5 years ago
  • tokenizer_config.json
    86 Bytes
    added tokenizer almost 5 years ago
  • vocab.txt
    329 kB
    added tokenizer almost 5 years ago