procedure2012 commited on
Commit
6f87361
·
verified ·
1 Parent(s): e2daab0

Finalize dataset card

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -1,3 +1,29 @@
1
- # TODO
 
 
 
 
 
 
2
 
3
- Dataset card pending.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
 
9
+ # SupportTickets-Mini
10
+
11
+ ## Dataset Summary
12
+
13
+ SupportTickets-Mini is a small English dataset of anonymized customer support messages, each labeled with the routing category a triage agent assigned to it. It is intended for lightweight text-classification experiments and teaching demos.
14
+
15
+ ## Label Definitions
16
+
17
+ - billing: Questions about invoices, charges, refunds, or payment methods.
18
+ - technical: Bug reports, errors, outages, and how-to configuration help.
19
+ - account: Login, password, profile, and access-management requests.
20
+ - feedback: Feature requests, praise, and general product feedback.
21
+
22
+ ## Splits
23
+
24
+ | Split | Rows |
25
+ |---|---|
26
+ | train | 42 |
27
+ | validation | 9 |
28
+ | test | 12 |
29
+ | **Total** | 63 |