setfit_incoming_email_action_classifier
21
—
by
rosypossyyyy
Other
OTHER
New
21 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Stage 2 (Job Offer Detection)python
from inference import HierarchicalEmailClassifier
classifier = HierarchicalEmailClassifier("path/to/model")
result = classifier.predict(
texts=["Subject [SEP] Email content..."],
sender_domains=["example.com"]
)
print(result['predictions']) # ['SYSTEM_HANDLE', 'FORWARD_TO_USER', or 'JOB_OFFER_DETECTED']
print(result['confidence']) # confidence scores
print(result['needs_llm']) # whether LLM fallback is recommendedDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.