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

noitamina
/
toxic-filter-jp

Text Classification
Transformers
Safetensors
Japanese
toxicity
japanese
bert
content-moderation
Model card Files Files and versions
xet
Community

Instructions to use noitamina/toxic-filter-jp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use noitamina/toxic-filter-jp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="noitamina/toxic-filter-jp")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("noitamina/toxic-filter-jp", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
toxic-filter-jp
445 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
noitamina's picture
noitamina
Add Preview
f606d80 verified 1 day ago
  • v1.0
    Upload 4 files 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    7.26 kB
    Add Preview 1 day ago