Spaces:
Running
Running
Update feature list + ticket count for merged classifier
Browse files
README.md
CHANGED
|
@@ -21,16 +21,16 @@ secrets:
|
|
| 21 |
|
| 22 |
## Pipeline
|
| 23 |
|
| 24 |
-
`tenant message β FAISS retrieval (13,
|
| 25 |
|
| 26 |
## Features
|
| 27 |
|
| 28 |
- **Quick Starters** β 10 cached categories, instant results
|
| 29 |
- **Autocomplete** β suggestions while typing
|
| 30 |
-
- **Triage** β category, priority, SLA, tenant tone
|
| 31 |
- **Similar Tickets** β top-3 FAISS matches with resolution data
|
| 32 |
- **Contractor Ranking** β best contractor from historical data
|
| 33 |
-
- **Work Order** β AI-generated contractor work order (Qwen2.5)
|
| 34 |
- **Tenant Reply** β tone-matched reply draft
|
| 35 |
- **Fiverr Link** β find real contractors on Fiverr for the detected category
|
| 36 |
- **Slack Dispatch** β send ticket to ops channel (requires `SLACK_WEBHOOK_URL` secret)
|
|
|
|
| 21 |
|
| 22 |
## Pipeline
|
| 23 |
|
| 24 |
+
`tenant message β FAISS retrieval + fine-tuned classifier (13,725 tickets) β triage + contractor rank β Qwen2.5 work order + tone-matched reply β Fiverr link`
|
| 25 |
|
| 26 |
## Features
|
| 27 |
|
| 28 |
- **Quick Starters** β 10 cached categories, instant results
|
| 29 |
- **Autocomplete** β suggestions while typing
|
| 30 |
+
- **Triage** β category, priority, SLA, tenant tone, backed by a fine-tuned DistilBERT classifier (test macro-F1: 0.975 category / 0.766 urgency), with retrieval's nearest-neighbor pick shown as an independent cross-check
|
| 31 |
- **Similar Tickets** β top-3 FAISS matches with resolution data
|
| 32 |
- **Contractor Ranking** β best contractor from historical data
|
| 33 |
+
- **Work Order** β AI-generated contractor work order (QLoRA fine-tuned Qwen2.5-1.5B), priority/SLA line always matches the Triage card exactly
|
| 34 |
- **Tenant Reply** β tone-matched reply draft
|
| 35 |
- **Fiverr Link** β find real contractors on Fiverr for the detected category
|
| 36 |
- **Slack Dispatch** β send ticket to ops channel (requires `SLACK_WEBHOOK_URL` secret)
|