KS-Vijay/urgency-model-aura
18
๐จ Urgency Model Aura (KS-Vijay)
This is a DistilBERT-based text classification model trained to detect the urgency level of textual grievances submitted by startups. It's part of an AI-based Grievance Redressal Platform for startups.
๐ง Use Case
Helps categorize complaints into urgency levels:
LowMediumHighCritical
This allows startups or organizations to prioritize tickets and respond efficiently based on severity.
๐ How It Works
The model takes in a complaint text and outputs a classification label. It was trained on labeled grievance data using the ๐ค transformers and datasets libraries.
๐ฆ Model Details
- Architecture:
DistilBERT - Framework:
PyTorch - Model type:
Text Classification - Format:
safetensors - Dataset: Custom
complaints.csv(internal) - Labels: Urgency levels (Critical, High, Medium, Low)
๐ Example Input
"My startup's payment system has been offline since morning!"
