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

daxa-ai
/
pebblo-classifier

Text Classification
Transformers
PyTorch
Joblib
English
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
13

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

  • Libraries
  • Transformers

    How to use daxa-ai/pebblo-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="daxa-ai/pebblo-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("daxa-ai/pebblo-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("daxa-ai/pebblo-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
pebblo-classifier / code
925 Bytes
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
Rajendra Kadam
Custom inference code for aws
a211030 over 2 years ago
  • inference.py
    925 Bytes
    Custom inference code for aws over 2 years ago
  • requirements.txt
    0 Bytes
    Custom inference code for aws over 2 years ago