Text Classification
Transformers
ONNX
Safetensors
English
distilbert
intent-classification
multitask
iab
conversational-ai
adtech
calibrated-confidence
text-embeddings-inference
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
| { | |
| "accepted_accuracy": 0.9706, | |
| "accepted_coverage": 1.0, | |
| "accuracy": 0.9706, | |
| "confusion_matrix_path": "/content/agentic-intent-classifier/artifacts/evaluation/latest/decision_phase_train_confusion_matrix.csv", | |
| "count": 102, | |
| "dataset_path": "/content/agentic-intent-classifier/data/decision_phase/train.jsonl", | |
| "fallback_rate": 0.0, | |
| "head": "decision_phase", | |
| "macro_f1": 0.9729, | |
| "per_class_metrics": { | |
| "accuracy": 0.9705882352941176, | |
| "action": { | |
| "f1-score": 1.0, | |
| "precision": 1.0, | |
| "recall": 1.0, | |
| "support": 10.0 | |
| }, | |
| "awareness": { | |
| "f1-score": 0.9696969696969697, | |
| "precision": 0.9411764705882353, | |
| "recall": 1.0, | |
| "support": 16.0 | |
| }, | |
| "consideration": { | |
| "f1-score": 0.9375, | |
| "precision": 1.0, | |
| "recall": 0.8823529411764706, | |
| "support": 17.0 | |
| }, | |
| "decision": { | |
| "f1-score": 1.0, | |
| "precision": 1.0, | |
| "recall": 1.0, | |
| "support": 16.0 | |
| }, | |
| "macro avg": { | |
| "f1-score": 0.9729175394497975, | |
| "precision": 0.9737394957983193, | |
| "recall": 0.9736694677871148, | |
| "support": 102.0 | |
| }, | |
| "post_purchase": { | |
| "f1-score": 1.0, | |
| "precision": 1.0, | |
| "recall": 1.0, | |
| "support": 14.0 | |
| }, | |
| "research": { | |
| "f1-score": 0.9032258064516129, | |
| "precision": 0.875, | |
| "recall": 0.9333333333333333, | |
| "support": 15.0 | |
| }, | |
| "support": { | |
| "f1-score": 1.0, | |
| "precision": 1.0, | |
| "recall": 1.0, | |
| "support": 14.0 | |
| }, | |
| "weighted avg": { | |
| "f1-score": 0.9705984177639775, | |
| "precision": 0.9723904267589389, | |
| "recall": 0.9705882352941176, | |
| "support": 102.0 | |
| } | |
| }, | |
| "suite": "train" | |
| } | |