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

chidamnat2002
/
content-classifier

Text Classification
Transformers
ONNX
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use chidamnat2002/content-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chidamnat2002/content-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="chidamnat2002/content-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chidamnat2002/content-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("chidamnat2002/content-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
content-classifier / onnx
297 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
chidamnat2002's picture
chidamnat2002
Upload 10 files
323ee83 verified 11 months ago
  • model.onnx
    134 MB
    xet
    Upload 10 files 11 months ago
  • model_fp16.onnx
    67 MB
    xet
    Upload 10 files 11 months ago
  • model_q4.onnx
    62.1 MB
    xet
    Upload 10 files 11 months ago
  • model_quantized.onnx
    34.1 MB
    xet
    Upload 10 files 11 months ago