Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

admesh
/
agentic-intent-classifier

Text Classification
Transformers
ONNX
Safetensors
English
distilbert
intent-classification
multitask
iab
conversational-ai
adtech
calibrated-confidence
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use admesh/agentic-intent-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="admesh/agentic-intent-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("admesh/agentic-intent-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
agentic-intent-classifier / evaluation
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
manikumargouni's picture
manikumargouni
Upload folder using huggingface_hub
0584798 verified about 2 months ago
  • iab_quality.py
    6.65 kB
    Upload folder using huggingface_hub about 2 months ago
  • regression_suite.py
    3.62 kB
    Upload folder using huggingface_hub about 2 months ago
  • run_evaluation.py
    16.7 kB
    Upload folder using huggingface_hub about 2 months ago
  • run_iab_mapping_suite.py
    1.05 kB
    Upload folder using huggingface_hub about 2 months ago
  • run_iab_quality_suite.py
    1.63 kB
    Upload folder using huggingface_hub about 2 months ago
  • run_regression_suite.py
    1.03 kB
    Upload folder using huggingface_hub about 2 months ago
  • sweep_intent_threshold.py
    10.2 kB
    Upload folder using huggingface_hub about 2 months ago