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

Bazzar
/
bazzar_moderation

Text Classification
Transformers
ONNX
deberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Bazzar/bazzar_moderation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Bazzar/bazzar_moderation")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Bazzar/bazzar_moderation")
    model = AutoModelForSequenceClassification.from_pretrained("Bazzar/bazzar_moderation")
  • Notebooks
  • Google Colab
  • Kaggle
bazzar_moderation / onnx
701 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Bazzar's picture
Bazzar
Upload 2 files
3f073f5 over 2 years ago
  • model.onnx
    557 MB
    xet
    Upload 2 files over 2 years ago
  • model_quantized.onnx
    143 MB
    xet
    Upload 2 files over 2 years ago
  • test
    0 Bytes
    Create onnx/test over 2 years ago