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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 2,260 Bytes
0584798 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {"text":"How do sales pipelines work?","decision_phase":"awareness"}
{"text":"What does product analytics measure?","decision_phase":"awareness"}
{"text":"What solutions exist for onboarding new users?","decision_phase":"research"}
{"text":"What tools can help reduce churn?","decision_phase":"research"}
{"text":"Which CRM integrates better with Gmail?","decision_phase":"consideration"}
{"text":"What are the pros and cons of Intercom vs Zendesk?","decision_phase":"consideration"}
{"text":"What costs less HubSpot or Zoho?","decision_phase":"decision"}
{"text":"Which tool should we sign with this quarter?","decision_phase":"decision"}
{"text":"Begin checkout","decision_phase":"action"}
{"text":"Activate my subscription","decision_phase":"action"}
{"text":"What features should we enable first after signup?","decision_phase":"post_purchase"}
{"text":"How do I invite teammates to the workspace?","decision_phase":"post_purchase"}
{"text":"How do I contact support about a billing issue?","decision_phase":"support"}
{"text":"My team members are not receiving invites","decision_phase":"support"}
{"text":"How does a CRM work?","decision_phase":"awareness"}
{"text":"Explain CRM basics","decision_phase":"research"}
{"text":"Best CRM for a 3-person startup","decision_phase":"consideration"}
{"text":"HubSpot or Zoho for my team?","decision_phase":"decision"}
{"text":"How do I import contacts after signing up?","decision_phase":"post_purchase"}
{"text":"My password reset link is not working","decision_phase":"support"}
{"text":"How do CRM systems help sales teams?","decision_phase":"awareness"}
{"text":"Show me how CRM systems help small businesses","decision_phase":"research"}
{"text":"Which CRM tools are worth considering for a startup?","decision_phase":"consideration"}
{"text":"Which CRM should we commit to before next month?","decision_phase":"decision"}
{"text":"How do I invite teammates after we sign up?","decision_phase":"post_purchase"}
{"text":"Why does the password reset email never arrive?","decision_phase":"support"}
{"text":"What is car financing?","decision_phase":"awareness"}
{"text":"Best hybrid SUV for a family","decision_phase":"consideration"}
{"text":"Schedule a test drive for this sedan","decision_phase":"action"}
|