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

  • Log In
  • Sign Up

Guscode
/
DKbert-hatespeech-detection

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Danish
bert
Hatespeech
Danish
BERT
Model card Files Files and versions
xet
Community
1

Instructions to use Guscode/DKbert-hatespeech-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Guscode/DKbert-hatespeech-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Guscode/DKbert-hatespeech-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Guscode/DKbert-hatespeech-detection")
    model = AutoModelForSequenceClassification.from_pretrained("Guscode/DKbert-hatespeech-detection")
  • Notebooks
  • Google Colab
  • Kaggle
DKbert-hatespeech-detection
886 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
elishowk's picture
elishowk
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
edbbde9 over 4 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    1.11 kB
    Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question over 4 years ago
  • config.json
    834 Bytes
    First version of DKbert-hatespeech-detection almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    First version of DKbert-hatespeech-detection almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of DKbert-hatespeech-detection almost 5 years ago
  • tf_model.h5
    443 MB
    xet
    First version of DKbert-hatespeech-detection almost 5 years ago
  • tokenizer_config.json
    333 Bytes
    First version of DKbert-hatespeech-detection almost 5 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    First version of DKbert-hatespeech-detection almost 5 years ago
  • vocab.txt
    253 kB
    First version of DKbert-hatespeech-detection almost 5 years ago