Grinding commited on
Commit
d9984cf
·
verified ·
1 Parent(s): c5c5918

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,12 +12,12 @@ tags:
12
  - distillation
13
  ---
14
 
15
- # TriageIQ — Category Classifier
16
 
17
  Fine-tuned `distilroberta-base` (82M params) for `category` classification on real
18
  customer-support tweets, with labels distilled from **Claude Sonnet 4.6**.
19
 
20
- Part of the [TriageIQ](https://github.com/Genious07/triageiq) project: a tiny
21
  specialized classifier that approximates frontier-LLM judgement at a fraction of
22
  the cost and latency.
23
 
@@ -42,7 +42,7 @@ the cost and latency.
42
 
43
  ```python
44
  from transformers import pipeline
45
- clf = pipeline("text-classification", model="Grinding/triageiq-category")
46
  clf("my card was charged twice and nobody has responded")
47
  ```
48
 
 
12
  - distillation
13
  ---
14
 
15
+ # TicketSense — Category Classifier
16
 
17
  Fine-tuned `distilroberta-base` (82M params) for `category` classification on real
18
  customer-support tweets, with labels distilled from **Claude Sonnet 4.6**.
19
 
20
+ Part of the [TicketSense](https://github.com/Genious07/ticketsense) project: a tiny
21
  specialized classifier that approximates frontier-LLM judgement at a fraction of
22
  the cost and latency.
23
 
 
42
 
43
  ```python
44
  from transformers import pipeline
45
+ clf = pipeline("text-classification", model="Grinding/ticketsense-category")
46
  clf("my card was charged twice and nobody has responded")
47
  ```
48