job-tracker-email-classifier
83
license:mit
by
mattohan
Other
OTHER
New
83 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usage with Transformers.jsjavascript
import { pipeline } from '@xenova/transformers';
const classifier = await pipeline(
'text-classification',
'mattohan/job-tracker-email-classifier',
{ quantized: true }
);
const result = await classifier('Thank you for applying to the Software Engineer position...');
// [{ label: 'confirmation', score: 0.99 }]Filestextonnx
├── config.json
├── tokenizer.json
├── tokenizer_config.json
├── vocab.txt
├── special_tokens_map.json
└── onnx/
├── model.onnx # Full model (127.6 MB)
└── model_quantized.onnx # Quantized model (32.5 MB)Deploy 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.