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

  • Log In
  • Sign Up

ml6team
/
robbert-dutch-base-toxic-comments

Text Classification
Transformers
PyTorch
Dutch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ml6team/robbert-dutch-base-toxic-comments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ml6team/robbert-dutch-base-toxic-comments with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ml6team/robbert-dutch-base-toxic-comments")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ml6team/robbert-dutch-base-toxic-comments")
    model = AutoModelForSequenceClassification.from_pretrained("ml6team/robbert-dutch-base-toxic-comments", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
robbert-dutch-base-toxic-comments
1.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
thomasdehaene's picture
thomasdehaene
Update README.md
0cc82d6 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    1.89 kB
    Update README.md over 4 years ago
  • config.json
    938 Bytes
    Update model over 4 years ago
  • merges.txt
    383 kB
    Model update over 4 years ago
  • optimizer.pt
    934 MB
    xet
    Update model over 4 years ago
  • pytorch_model.bin
    467 MB
    xet
    Update model over 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    Update model over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Update model over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Model update over 4 years ago
  • tokenizer.json
    1.12 MB
    Model update over 4 years ago
  • tokenizer_config.json
    1.19 kB
    Update model over 4 years ago
  • trainer_state.json
    16.3 kB
    Update model over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Update model over 4 years ago
  • vocab.json
    653 kB
    Model update over 4 years ago