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

queuerra
/
text-toxdet

Text Classification
Transformers
ONNX
Safetensors
Japanese
modernbert
japanese
toxicity
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use queuerra/text-toxdet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use queuerra/text-toxdet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="queuerra/text-toxdet")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("queuerra/text-toxdet")
    model = AutoModelForSequenceClassification.from_pretrained("queuerra/text-toxdet")
  • Notebooks
  • Google Colab
  • Kaggle
text-toxdet
358 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
queuerra's picture
queuerra
Upload 3 files
9b90973 verified 1 day ago
  • onnx_model
    Upload 3 files 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    1.1 kB
    Update README.md 3 days ago
  • config.json
    1.84 kB
    first commit 4 days ago
  • model.safetensors
    281 MB
    xet
    first commit 4 days ago
  • tokenizer.json
    6.72 MB
    first commit 4 days ago
  • tokenizer_config.json
    668 Bytes
    first commit 4 days ago