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_nl

Text Classification
Transformers
PyTorch
Dutch
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use IMSyPP/hate_speech_nl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="IMSyPP/hate_speech_nl")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("IMSyPP/hate_speech_nl")
    model = AutoModelForSequenceClassification.from_pretrained("IMSyPP/hate_speech_nl")
  • Notebooks
  • Google Colab
  • Kaggle
hate_speech_nl
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
guydepauw's picture
guydepauw
Update model_args.json
39efeb4 almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • README.md
    676 Bytes
    Upload README.md almost 5 years ago
  • config.json
    824 Bytes
    Update config.json almost 5 years ago
  • model_args.json
    2.59 kB
    Update model_args.json almost 5 years ago
  • pytorch_model.bin
    437 MB
    xet
    Upload pytorch_model.bin with git-lfs almost 5 years ago
  • special_tokens_map.json
    0 Bytes
    Upload special_tokens_map.json almost 5 years ago
  • tokenizer_config.json
    0 Bytes
    Upload tokenizer_config.json almost 5 years ago
  • vocab.txt
    242 kB
    Upload vocab.txt almost 5 years ago