tangminhanh
commited on
Commit
•
cf473f2
1
Parent(s):
9121318
cate_ts
Browse files- README.md +49 -0
- added_tokens.json +3 -0
- config.json +506 -0
- model.safetensors +3 -0
- runs/Jul05_03-22-51_2e505c004da4/events.out.tfevents.1720149783.2e505c004da4.615.0 +3 -0
- runs/Jul05_03-23-26_2e505c004da4/events.out.tfevents.1720149810.2e505c004da4.615.1 +3 -0
- runs/Jul05_03-23-26_2e505c004da4/events.out.tfevents.1720152849.2e505c004da4.615.2 +3 -0
- runs/Jul05_04-14-41_2e505c004da4/events.out.tfevents.1720152885.2e505c004da4.615.3 +3 -0
- runs/Jul05_04-15-37_2e505c004da4/events.out.tfevents.1720152941.2e505c004da4.615.4 +3 -0
- special_tokens_map.json +51 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +65 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: tangminhanh/cate-ts
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: subcate-ts
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# subcate-ts
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [tangminhanh/cate-ts](https://huggingface.co/tangminhanh/cate-ts) on the None dataset.
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 2e-05
|
36 |
+
- train_batch_size: 32
|
37 |
+
- eval_batch_size: 32
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- lr_scheduler_warmup_steps: 500
|
42 |
+
- num_epochs: 10
|
43 |
+
|
44 |
+
### Framework versions
|
45 |
+
|
46 |
+
- Transformers 4.41.2
|
47 |
+
- Pytorch 2.3.0+cu121
|
48 |
+
- Datasets 2.20.0
|
49 |
+
- Tokenizers 0.19.1
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,506 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tangminhanh/cate-ts",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "Access Reactivation",
|
12 |
+
"1": "Access Upload",
|
13 |
+
"2": "Badge Card Re-assignment",
|
14 |
+
"3": "Badge Card Request",
|
15 |
+
"4": "Bio Disable",
|
16 |
+
"5": "Bio Enrollment",
|
17 |
+
"6": "Biometric Issue",
|
18 |
+
"7": "Device Configuration",
|
19 |
+
"8": "General Biometric Services",
|
20 |
+
"9": "Logs Report Generation",
|
21 |
+
"10": "Sprout Migration",
|
22 |
+
"11": "Diagram Creation/Update",
|
23 |
+
"12": "Floorplan Creation/Update",
|
24 |
+
"13": "Infographics",
|
25 |
+
"14": "Knowledgebase",
|
26 |
+
"15": "Other Documentations",
|
27 |
+
"16": "Process Plan",
|
28 |
+
"17": "Process Update",
|
29 |
+
"18": "Accountability Form",
|
30 |
+
"19": "Disposal",
|
31 |
+
"20": "Gatepass Processing",
|
32 |
+
"21": "Inventory",
|
33 |
+
"22": "Issuance Form",
|
34 |
+
"23": "Item Request",
|
35 |
+
"24": "Report",
|
36 |
+
"25": "Warranty",
|
37 |
+
"26": "Asset Item Deployed",
|
38 |
+
"27": "Exit Clearance",
|
39 |
+
"28": "Item Retrieval",
|
40 |
+
"29": "Camera Rotate/Disable Request",
|
41 |
+
"30": "CCTV Checking",
|
42 |
+
"31": "CCTV Footage Extraction",
|
43 |
+
"32": "CCTV Issue",
|
44 |
+
"33": "CCTV Viewing Assistance",
|
45 |
+
"34": "DVR Password Reset",
|
46 |
+
"35": "General CCTV Inquiry",
|
47 |
+
"36": "Connection Issue",
|
48 |
+
"37": "Connection Checking",
|
49 |
+
"38": "General Network Activity",
|
50 |
+
"39": "Maintenance",
|
51 |
+
"40": "Monitoring Alerts",
|
52 |
+
"41": "Network Diagram Creation/Update",
|
53 |
+
"42": "Network Gear Mount/Unmount",
|
54 |
+
"43": "Operational Readiness Test",
|
55 |
+
"44": "Port Tracing",
|
56 |
+
"45": "Report Generation",
|
57 |
+
"46": "Site Build",
|
58 |
+
"47": "SSID Creation/Removal",
|
59 |
+
"48": "VLAN Change/Create",
|
60 |
+
"49": "Website Issue",
|
61 |
+
"50": "Whitelist/Blacklist",
|
62 |
+
"51": "Wired/Wireless Connection",
|
63 |
+
"52": "IP Request",
|
64 |
+
"53": "Traffic Engineering",
|
65 |
+
"54": "Client High Level Network Design",
|
66 |
+
"55": "Client Requirement Discovery",
|
67 |
+
"56": "Disconnect",
|
68 |
+
"57": "Order",
|
69 |
+
"58": "Provisioning",
|
70 |
+
"59": "Upgrade",
|
71 |
+
"60": "Network Outage",
|
72 |
+
"61": "ISP Outage",
|
73 |
+
"62": "Power Outage",
|
74 |
+
"63": "Vulnerability Assessment",
|
75 |
+
"64": "Vulnerability Remediation",
|
76 |
+
"65": "Alerts and Detection",
|
77 |
+
"66": "Emergency Maintenance",
|
78 |
+
"67": "ISP Maintenance",
|
79 |
+
"68": "Network Maintenance",
|
80 |
+
"69": "Power Maintenance",
|
81 |
+
"70": "VoIP Maintenance",
|
82 |
+
"71": "Server Outage",
|
83 |
+
"72": "Server Backup Management",
|
84 |
+
"73": "Server Decommissioning",
|
85 |
+
"74": "Server Deployment and Configuration",
|
86 |
+
"75": "Server Health Monitoring",
|
87 |
+
"76": "Server Issue",
|
88 |
+
"77": "Server Security and Access Control",
|
89 |
+
"78": "Server Upgrade and Hardware Replacement",
|
90 |
+
"79": "Server VM Management",
|
91 |
+
"80": "SSL License",
|
92 |
+
"81": "Server New Service Implementation",
|
93 |
+
"82": "Server Rebuild",
|
94 |
+
"83": "Server Refresh",
|
95 |
+
"84": "Systems Audit",
|
96 |
+
"85": "Active Directory Services",
|
97 |
+
"86": "Access Permission",
|
98 |
+
"87": "Adobe Product",
|
99 |
+
"88": "BitDefender",
|
100 |
+
"89": "Joan Services",
|
101 |
+
"90": "Kiosk Management",
|
102 |
+
"91": "Microsoft Dynamics NAV Issue",
|
103 |
+
"92": "PaperCut ID",
|
104 |
+
"93": "Printer Configuration",
|
105 |
+
"94": "Rublon",
|
106 |
+
"95": "Sophos - Machine Removal",
|
107 |
+
"96": "NT Login Account Unlock",
|
108 |
+
"97": "NT Login Creation",
|
109 |
+
"98": "NT Login Disable",
|
110 |
+
"99": "NT Login Information Update",
|
111 |
+
"100": "NT Login Password Reset",
|
112 |
+
"101": "NT Login Re-enable",
|
113 |
+
"102": "Common Area and Conference Room Checking",
|
114 |
+
"103": "Daily Checking",
|
115 |
+
"104": "Server Room Checking",
|
116 |
+
"105": "Server Room Log Sheet Checking",
|
117 |
+
"106": "Deployment Request",
|
118 |
+
"107": "Movement Request",
|
119 |
+
"108": "Email Issue",
|
120 |
+
"109": "Port Checking",
|
121 |
+
"110": "Data Center Access",
|
122 |
+
"111": "General Inquiry",
|
123 |
+
"112": "On-site Assistance",
|
124 |
+
"113": "Pull In/Out Assistance",
|
125 |
+
"114": "Site Walkthrough / Round Check",
|
126 |
+
"115": "Cable Management",
|
127 |
+
"116": "Data Center UPS/PDU Issue",
|
128 |
+
"117": "Desktop UPS Issue",
|
129 |
+
"118": "Desktop/Laptop Problem",
|
130 |
+
"119": "Desktop/Laptop Set-up",
|
131 |
+
"120": "Device/Equipment Checking",
|
132 |
+
"121": "Equipment Loan/Retrieval",
|
133 |
+
"122": "Joan Device",
|
134 |
+
"123": "Peripherals",
|
135 |
+
"124": "Raspberry Pi/Hygrometer",
|
136 |
+
"125": "Sonos",
|
137 |
+
"126": "Tablet",
|
138 |
+
"127": "TV/Projector/Sound System",
|
139 |
+
"128": "Video Conference",
|
140 |
+
"129": "Access Request",
|
141 |
+
"130": "Change Toner",
|
142 |
+
"131": "Issue",
|
143 |
+
"132": "Printing Services",
|
144 |
+
"133": "Set up",
|
145 |
+
"134": "Application Issue",
|
146 |
+
"135": "Application Installation/Uninstallation",
|
147 |
+
"136": "Configuration Assistance",
|
148 |
+
"137": "Hardphone Issue",
|
149 |
+
"138": "Softphone Issue",
|
150 |
+
"139": "Setup",
|
151 |
+
"140": "Digital Signage",
|
152 |
+
"141": "Removal",
|
153 |
+
"142": "VMS ",
|
154 |
+
"143": "Manatal",
|
155 |
+
"144": "ACS",
|
156 |
+
"145": "Asset Management",
|
157 |
+
"146": "CCTV",
|
158 |
+
"147": "Network",
|
159 |
+
"148": "OSS / Deployment",
|
160 |
+
"149": "PCO",
|
161 |
+
"150": "Procurement",
|
162 |
+
"151": "Product Development",
|
163 |
+
"152": "Service Desk",
|
164 |
+
"153": "Systems",
|
165 |
+
"154": "TPMO",
|
166 |
+
"155": "Voice / Email",
|
167 |
+
"156": "System Outage",
|
168 |
+
"157": "New Joinee",
|
169 |
+
"158": "BCP Testing",
|
170 |
+
"159": "Client",
|
171 |
+
"160": "Internal",
|
172 |
+
"161": "Bio ID Request",
|
173 |
+
"162": "Employee Leaving",
|
174 |
+
"163": "Recurring Ticket Request/Removal",
|
175 |
+
"164": "Ticketing Inquiry",
|
176 |
+
"165": "Test Ticket",
|
177 |
+
"166": "OSP Access Disable",
|
178 |
+
"167": "OSP Access Request",
|
179 |
+
"168": "OSP Account Unlock",
|
180 |
+
"169": "Malicious Email",
|
181 |
+
"170": "Phishing Incident",
|
182 |
+
"171": "Spam",
|
183 |
+
"172": "CASA IT support",
|
184 |
+
"173": "Client Move out",
|
185 |
+
"174": "Lease Extension",
|
186 |
+
"175": "New Client",
|
187 |
+
"176": "General IT Services",
|
188 |
+
"177": "Hardware Purchase",
|
189 |
+
"178": "Hardware Rental",
|
190 |
+
"179": "IT Storage Rental",
|
191 |
+
"180": "Quotation for Room Modification",
|
192 |
+
"181": "Quotation for Services",
|
193 |
+
"182": "RFID",
|
194 |
+
"183": "Deployment/Movement",
|
195 |
+
"184": "Meeting",
|
196 |
+
"185": "BOC Clearance",
|
197 |
+
"186": "Calculation of Asset Value",
|
198 |
+
"187": "General Procurement Inquiry",
|
199 |
+
"188": "Government Permit",
|
200 |
+
"189": "Payment/Invoices/Liquidation",
|
201 |
+
"190": "Purchase Request",
|
202 |
+
"191": "Quotation Request",
|
203 |
+
"192": "Vendor Coordination",
|
204 |
+
"193": "Delisting",
|
205 |
+
"194": "Farm-In",
|
206 |
+
"195": "Farm-Out",
|
207 |
+
"196": "ITH",
|
208 |
+
"197": "Vendor Management",
|
209 |
+
"198": "Email Password Reset",
|
210 |
+
"199": "Calendar and Events Management",
|
211 |
+
"200": "Distrolist/Mailbox",
|
212 |
+
"201": "Email Detail Update",
|
213 |
+
"202": "Email Storage",
|
214 |
+
"203": "License Request/Removal",
|
215 |
+
"204": "MFA Request/Concern",
|
216 |
+
"205": "Telephony Outage",
|
217 |
+
"206": "Configuration assistance",
|
218 |
+
"207": "General Voice Activity/Inquiry",
|
219 |
+
"208": "Telco Coordination",
|
220 |
+
"209": "Desktop/Laptop Setup",
|
221 |
+
"210": "Client Portal",
|
222 |
+
"211": "Distrolist / Mailbox",
|
223 |
+
"212": "Pull-In/Out Assistance",
|
224 |
+
"213": "EPICOS",
|
225 |
+
"214": "Email Account Creation",
|
226 |
+
"215": "OSP",
|
227 |
+
"216": "Application Installation/Unistallation",
|
228 |
+
"217": "Pay dispute/payroll concern",
|
229 |
+
"218": "KMC Hub",
|
230 |
+
"219": "Unnamed: 117",
|
231 |
+
"220": "VMS",
|
232 |
+
"221": "ERP",
|
233 |
+
"222": "Email Account Deletion",
|
234 |
+
"223": "OT Allowance reimbursement",
|
235 |
+
"224": "New Development Request",
|
236 |
+
"225": "Certificate of Employment Request",
|
237 |
+
"226": "Diagram/Floorplan Update",
|
238 |
+
"227": "CATS",
|
239 |
+
"228": "Email Password Reset/Unlock",
|
240 |
+
"229": "Other HRIS Concerns",
|
241 |
+
"230": "Security Questionnaire",
|
242 |
+
"231": "Low Severity Alert",
|
243 |
+
"232": "High Severity Alert"
|
244 |
+
},
|
245 |
+
"initializer_range": 0.02,
|
246 |
+
"intermediate_size": 3072,
|
247 |
+
"label2id": {
|
248 |
+
"ACS": 144,
|
249 |
+
"Access Permission": 86,
|
250 |
+
"Access Reactivation": 0,
|
251 |
+
"Access Request": 129,
|
252 |
+
"Access Upload": 1,
|
253 |
+
"Accountability Form": 18,
|
254 |
+
"Active Directory Services": 85,
|
255 |
+
"Adobe Product": 87,
|
256 |
+
"Alerts and Detection": 65,
|
257 |
+
"Application Installation/Uninstallation": 135,
|
258 |
+
"Application Installation/Unistallation": 216,
|
259 |
+
"Application Issue": 134,
|
260 |
+
"Asset Item Deployed": 26,
|
261 |
+
"Asset Management": 145,
|
262 |
+
"BCP Testing": 158,
|
263 |
+
"BOC Clearance": 185,
|
264 |
+
"Badge Card Re-assignment": 2,
|
265 |
+
"Badge Card Request": 3,
|
266 |
+
"Bio Disable": 4,
|
267 |
+
"Bio Enrollment": 5,
|
268 |
+
"Bio ID Request": 161,
|
269 |
+
"Biometric Issue": 6,
|
270 |
+
"BitDefender": 88,
|
271 |
+
"CASA IT support": 172,
|
272 |
+
"CATS": 227,
|
273 |
+
"CCTV": 146,
|
274 |
+
"CCTV Checking": 30,
|
275 |
+
"CCTV Footage Extraction": 31,
|
276 |
+
"CCTV Issue": 32,
|
277 |
+
"CCTV Viewing Assistance": 33,
|
278 |
+
"Cable Management": 115,
|
279 |
+
"Calculation of Asset Value": 186,
|
280 |
+
"Calendar and Events Management": 199,
|
281 |
+
"Camera Rotate/Disable Request": 29,
|
282 |
+
"Certificate of Employment Request": 225,
|
283 |
+
"Change Toner": 130,
|
284 |
+
"Client": 159,
|
285 |
+
"Client High Level Network Design": 54,
|
286 |
+
"Client Move out": 173,
|
287 |
+
"Client Portal": 210,
|
288 |
+
"Client Requirement Discovery": 55,
|
289 |
+
"Common Area and Conference Room Checking": 102,
|
290 |
+
"Configuration Assistance": 136,
|
291 |
+
"Configuration assistance": 206,
|
292 |
+
"Connection Checking": 37,
|
293 |
+
"Connection Issue": 36,
|
294 |
+
"DVR Password Reset": 34,
|
295 |
+
"Daily Checking": 103,
|
296 |
+
"Data Center Access": 110,
|
297 |
+
"Data Center UPS/PDU Issue": 116,
|
298 |
+
"Delisting": 193,
|
299 |
+
"Deployment Request": 106,
|
300 |
+
"Deployment/Movement": 183,
|
301 |
+
"Desktop UPS Issue": 117,
|
302 |
+
"Desktop/Laptop Problem": 118,
|
303 |
+
"Desktop/Laptop Set-up": 119,
|
304 |
+
"Desktop/Laptop Setup": 209,
|
305 |
+
"Device Configuration": 7,
|
306 |
+
"Device/Equipment Checking": 120,
|
307 |
+
"Diagram Creation/Update": 11,
|
308 |
+
"Diagram/Floorplan Update": 226,
|
309 |
+
"Digital Signage": 140,
|
310 |
+
"Disconnect": 56,
|
311 |
+
"Disposal": 19,
|
312 |
+
"Distrolist / Mailbox": 211,
|
313 |
+
"Distrolist/Mailbox": 200,
|
314 |
+
"EPICOS": 213,
|
315 |
+
"ERP": 221,
|
316 |
+
"Email Account Creation": 214,
|
317 |
+
"Email Account Deletion": 222,
|
318 |
+
"Email Detail Update": 201,
|
319 |
+
"Email Issue": 108,
|
320 |
+
"Email Password Reset": 198,
|
321 |
+
"Email Password Reset/Unlock": 228,
|
322 |
+
"Email Storage": 202,
|
323 |
+
"Emergency Maintenance": 66,
|
324 |
+
"Employee Leaving": 162,
|
325 |
+
"Equipment Loan/Retrieval": 121,
|
326 |
+
"Exit Clearance": 27,
|
327 |
+
"Farm-In": 194,
|
328 |
+
"Farm-Out": 195,
|
329 |
+
"Floorplan Creation/Update": 12,
|
330 |
+
"Gatepass Processing": 20,
|
331 |
+
"General Biometric Services": 8,
|
332 |
+
"General CCTV Inquiry": 35,
|
333 |
+
"General IT Services": 176,
|
334 |
+
"General Inquiry": 111,
|
335 |
+
"General Network Activity": 38,
|
336 |
+
"General Procurement Inquiry": 187,
|
337 |
+
"General Voice Activity/Inquiry": 207,
|
338 |
+
"Government Permit": 188,
|
339 |
+
"Hardphone Issue": 137,
|
340 |
+
"Hardware Purchase": 177,
|
341 |
+
"Hardware Rental": 178,
|
342 |
+
"High Severity Alert": 232,
|
343 |
+
"IP Request": 52,
|
344 |
+
"ISP Maintenance": 67,
|
345 |
+
"ISP Outage": 61,
|
346 |
+
"IT Storage Rental": 179,
|
347 |
+
"ITH": 196,
|
348 |
+
"Infographics": 13,
|
349 |
+
"Internal": 160,
|
350 |
+
"Inventory": 21,
|
351 |
+
"Issuance Form": 22,
|
352 |
+
"Issue": 131,
|
353 |
+
"Item Request": 23,
|
354 |
+
"Item Retrieval": 28,
|
355 |
+
"Joan Device": 122,
|
356 |
+
"Joan Services": 89,
|
357 |
+
"KMC Hub": 218,
|
358 |
+
"Kiosk Management": 90,
|
359 |
+
"Knowledgebase": 14,
|
360 |
+
"Lease Extension": 174,
|
361 |
+
"License Request/Removal": 203,
|
362 |
+
"Logs Report Generation": 9,
|
363 |
+
"Low Severity Alert": 231,
|
364 |
+
"MFA Request/Concern": 204,
|
365 |
+
"Maintenance": 39,
|
366 |
+
"Malicious Email": 169,
|
367 |
+
"Manatal": 143,
|
368 |
+
"Meeting": 184,
|
369 |
+
"Microsoft Dynamics NAV Issue": 91,
|
370 |
+
"Monitoring Alerts": 40,
|
371 |
+
"Movement Request": 107,
|
372 |
+
"NT Login Account Unlock": 96,
|
373 |
+
"NT Login Creation": 97,
|
374 |
+
"NT Login Disable": 98,
|
375 |
+
"NT Login Information Update": 99,
|
376 |
+
"NT Login Password Reset": 100,
|
377 |
+
"NT Login Re-enable": 101,
|
378 |
+
"Network": 147,
|
379 |
+
"Network Diagram Creation/Update": 41,
|
380 |
+
"Network Gear Mount/Unmount": 42,
|
381 |
+
"Network Maintenance": 68,
|
382 |
+
"Network Outage": 60,
|
383 |
+
"New Client": 175,
|
384 |
+
"New Development Request": 224,
|
385 |
+
"New Joinee": 157,
|
386 |
+
"OSP": 215,
|
387 |
+
"OSP Access Disable": 166,
|
388 |
+
"OSP Access Request": 167,
|
389 |
+
"OSP Account Unlock": 168,
|
390 |
+
"OSS / Deployment": 148,
|
391 |
+
"OT Allowance reimbursement": 223,
|
392 |
+
"On-site Assistance": 112,
|
393 |
+
"Operational Readiness Test": 43,
|
394 |
+
"Order": 57,
|
395 |
+
"Other Documentations": 15,
|
396 |
+
"Other HRIS Concerns": 229,
|
397 |
+
"PCO": 149,
|
398 |
+
"PaperCut ID": 92,
|
399 |
+
"Pay dispute/payroll concern": 217,
|
400 |
+
"Payment/Invoices/Liquidation": 189,
|
401 |
+
"Peripherals": 123,
|
402 |
+
"Phishing Incident": 170,
|
403 |
+
"Port Checking": 109,
|
404 |
+
"Port Tracing": 44,
|
405 |
+
"Power Maintenance": 69,
|
406 |
+
"Power Outage": 62,
|
407 |
+
"Printer Configuration": 93,
|
408 |
+
"Printing Services": 132,
|
409 |
+
"Process Plan": 16,
|
410 |
+
"Process Update": 17,
|
411 |
+
"Procurement": 150,
|
412 |
+
"Product Development": 151,
|
413 |
+
"Provisioning": 58,
|
414 |
+
"Pull In/Out Assistance": 113,
|
415 |
+
"Pull-In/Out Assistance": 212,
|
416 |
+
"Purchase Request": 190,
|
417 |
+
"Quotation Request": 191,
|
418 |
+
"Quotation for Room Modification": 180,
|
419 |
+
"Quotation for Services": 181,
|
420 |
+
"RFID": 182,
|
421 |
+
"Raspberry Pi/Hygrometer": 124,
|
422 |
+
"Recurring Ticket Request/Removal": 163,
|
423 |
+
"Removal": 141,
|
424 |
+
"Report": 24,
|
425 |
+
"Report Generation": 45,
|
426 |
+
"Rublon": 94,
|
427 |
+
"SSID Creation/Removal": 47,
|
428 |
+
"SSL License": 80,
|
429 |
+
"Security Questionnaire": 230,
|
430 |
+
"Server Backup Management": 72,
|
431 |
+
"Server Decommissioning": 73,
|
432 |
+
"Server Deployment and Configuration": 74,
|
433 |
+
"Server Health Monitoring": 75,
|
434 |
+
"Server Issue": 76,
|
435 |
+
"Server New Service Implementation": 81,
|
436 |
+
"Server Outage": 71,
|
437 |
+
"Server Rebuild": 82,
|
438 |
+
"Server Refresh": 83,
|
439 |
+
"Server Room Checking": 104,
|
440 |
+
"Server Room Log Sheet Checking": 105,
|
441 |
+
"Server Security and Access Control": 77,
|
442 |
+
"Server Upgrade and Hardware Replacement": 78,
|
443 |
+
"Server VM Management": 79,
|
444 |
+
"Service Desk": 152,
|
445 |
+
"Set up": 133,
|
446 |
+
"Setup": 139,
|
447 |
+
"Site Build": 46,
|
448 |
+
"Site Walkthrough / Round Check": 114,
|
449 |
+
"Softphone Issue": 138,
|
450 |
+
"Sonos": 125,
|
451 |
+
"Sophos - Machine Removal": 95,
|
452 |
+
"Spam": 171,
|
453 |
+
"Sprout Migration": 10,
|
454 |
+
"System Outage": 156,
|
455 |
+
"Systems": 153,
|
456 |
+
"Systems Audit": 84,
|
457 |
+
"TPMO": 154,
|
458 |
+
"TV/Projector/Sound System": 127,
|
459 |
+
"Tablet": 126,
|
460 |
+
"Telco Coordination": 208,
|
461 |
+
"Telephony Outage": 205,
|
462 |
+
"Test Ticket": 165,
|
463 |
+
"Ticketing Inquiry": 164,
|
464 |
+
"Traffic Engineering": 53,
|
465 |
+
"Unnamed: 117": 219,
|
466 |
+
"Upgrade": 59,
|
467 |
+
"VLAN Change/Create": 48,
|
468 |
+
"VMS": 220,
|
469 |
+
"VMS ": 142,
|
470 |
+
"Vendor Coordination": 192,
|
471 |
+
"Vendor Management": 197,
|
472 |
+
"Video Conference": 128,
|
473 |
+
"VoIP Maintenance": 70,
|
474 |
+
"Voice / Email": 155,
|
475 |
+
"Vulnerability Assessment": 63,
|
476 |
+
"Vulnerability Remediation": 64,
|
477 |
+
"Warranty": 25,
|
478 |
+
"Website Issue": 49,
|
479 |
+
"Whitelist/Blacklist": 50,
|
480 |
+
"Wired/Wireless Connection": 51
|
481 |
+
},
|
482 |
+
"layer_norm_eps": 1e-07,
|
483 |
+
"max_position_embeddings": 512,
|
484 |
+
"max_relative_positions": -1,
|
485 |
+
"model_type": "deberta-v2",
|
486 |
+
"norm_rel_ebd": "layer_norm",
|
487 |
+
"num_attention_heads": 12,
|
488 |
+
"num_hidden_layers": 6,
|
489 |
+
"pad_token_id": 0,
|
490 |
+
"pooler_dropout": 0,
|
491 |
+
"pooler_hidden_act": "gelu",
|
492 |
+
"pooler_hidden_size": 768,
|
493 |
+
"pos_att_type": [
|
494 |
+
"p2c",
|
495 |
+
"c2p"
|
496 |
+
],
|
497 |
+
"position_biased_input": false,
|
498 |
+
"position_buckets": 256,
|
499 |
+
"problem_type": "multi_label_classification",
|
500 |
+
"relative_attention": true,
|
501 |
+
"share_att_key": true,
|
502 |
+
"torch_dtype": "float32",
|
503 |
+
"transformers_version": "4.41.2",
|
504 |
+
"type_vocab_size": 0,
|
505 |
+
"vocab_size": 128100
|
506 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75aee96ed52186bca068b1545575597637bd8cd238deb97bd5f4a10faeac4b2a
|
3 |
+
size 568309124
|
runs/Jul05_03-22-51_2e505c004da4/events.out.tfevents.1720149783.2e505c004da4.615.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26f428006d560c15c41f97a85fc018436e966cbffa837219524b34e6839625ab
|
3 |
+
size 19349
|
runs/Jul05_03-23-26_2e505c004da4/events.out.tfevents.1720149810.2e505c004da4.615.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa6da71644564cdc37a39cbeff5ec40196561699f9e3b21135c8d89fa153641f
|
3 |
+
size 22695
|
runs/Jul05_03-23-26_2e505c004da4/events.out.tfevents.1720152849.2e505c004da4.615.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a51818a3d83434f3fbfeaaeb3acd6dc38fba369f44f0fd04a3e278e95aec65b
|
3 |
+
size 560
|
runs/Jul05_04-14-41_2e505c004da4/events.out.tfevents.1720152885.2e505c004da4.615.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd19fa3509725ede39e18857e44ae775f9413b2d4d182b54e07dd0310a939d62
|
3 |
+
size 16472
|
runs/Jul05_04-15-37_2e505c004da4/events.out.tfevents.1720152941.2e505c004da4.615.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4853d5a7d8087ad90ada2b4e55c8b80f6328418e42b34e3cac6f475cc0ca4b5b
|
3 |
+
size 16472
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "[CLS]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[SEP]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[UNK]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128000": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
+
"eos_token": "[SEP]",
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"max_length": 512,
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "[SEP]",
|
57 |
+
"sp_model_kwargs": {},
|
58 |
+
"split_by_punct": false,
|
59 |
+
"stride": 0,
|
60 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "[UNK]",
|
64 |
+
"vocab_type": "spm"
|
65 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae1e6e46cafed0b4ccf87006704a5b6270783789b897c32df1ff5a94cdc07e6d
|
3 |
+
size 5112
|