Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +214 -0
- pytorch_model.bin +3 -0
- runs/Jun12_09-16-16_0607-055005-7d6znjad-10-139-64-4/1686561393.4056125/events.out.tfevents.1686561393.0607-055005-7d6znjad-10-139-64-4.1408.8 +3 -0
- runs/Jun12_09-16-16_0607-055005-7d6znjad-10-139-64-4/events.out.tfevents.1686561393.0607-055005-7d6znjad-10-139-64-4.1408.7 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilroberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "NOC",
|
15 |
+
"1": "ITCS Depot APAC",
|
16 |
+
"2": "Tech Cafe - Lehi",
|
17 |
+
"3": "Integration Platform Ops",
|
18 |
+
"4": "ITCS Depot EMEA",
|
19 |
+
"5": "ES-NetworkSecurity-L3",
|
20 |
+
"6": "Static IP",
|
21 |
+
"7": "Tech Cafe - Seattle",
|
22 |
+
"8": "SAP Logistics L3",
|
23 |
+
"9": "Endpoint Security-L3",
|
24 |
+
"10": "LiveEngage-Platform-Support",
|
25 |
+
"11": "Change Management",
|
26 |
+
"12": "Tech Cafe - San Francisco",
|
27 |
+
"13": "Database Ops",
|
28 |
+
"14": "Messaging Ops L3",
|
29 |
+
"15": "Data Center",
|
30 |
+
"16": "SCM",
|
31 |
+
"17": "HPC",
|
32 |
+
"18": "Tech Cafe - San Jose",
|
33 |
+
"19": "Conferencing Svcs",
|
34 |
+
"20": "Conferencing Svcs-NA",
|
35 |
+
"21": "Dynamics L3",
|
36 |
+
"22": "CRM Ops Support",
|
37 |
+
"23": "Splunk",
|
38 |
+
"24": "IDS Analytics Platforms",
|
39 |
+
"25": "RNT L2",
|
40 |
+
"26": "Bomgar Support L3",
|
41 |
+
"27": "Enterprise DBA",
|
42 |
+
"28": "Royalty L1",
|
43 |
+
"29": "Citrix",
|
44 |
+
"30": "ITCS Depot SJ",
|
45 |
+
"31": "Load Balancer",
|
46 |
+
"32": "IT Cloud Desktop",
|
47 |
+
"33": "DDI",
|
48 |
+
"34": "Enterprise Learning Management",
|
49 |
+
"35": "Voice Svcs",
|
50 |
+
"36": "Endpoint Security-L2",
|
51 |
+
"37": "Storage Backup Ops",
|
52 |
+
"38": "Enterprise Commerce L3",
|
53 |
+
"39": "Printer Support",
|
54 |
+
"40": "Consumer Commerce Fn Support",
|
55 |
+
"41": "Logistics Fn Support",
|
56 |
+
"42": "Voice Ops",
|
57 |
+
"43": "Backup Ops",
|
58 |
+
"44": "GOC MDM Ops",
|
59 |
+
"45": "Adobe Sign Customer Zero Support - L2",
|
60 |
+
"46": "IDS SSAS",
|
61 |
+
"47": "Mobile Devices",
|
62 |
+
"48": "Tidal",
|
63 |
+
"49": "ZEN L2",
|
64 |
+
"50": "Analytics App Support",
|
65 |
+
"51": "Metering Solutions Fn Support",
|
66 |
+
"52": "Dynamics L2",
|
67 |
+
"53": "RPA Support L2",
|
68 |
+
"54": "Analytics Security",
|
69 |
+
"55": "VPS",
|
70 |
+
"56": "SAM",
|
71 |
+
"57": "Directory Svcs- L2",
|
72 |
+
"58": "AMS-Bangalore",
|
73 |
+
"59": "Baremetal-Admins",
|
74 |
+
"60": "Device Management",
|
75 |
+
"61": "Dynamics Ent L2",
|
76 |
+
"62": "CTI L3",
|
77 |
+
"63": "IAM Portal",
|
78 |
+
"64": "SAP Finance L2",
|
79 |
+
"65": "Big Data Arch and Platform Ops",
|
80 |
+
"66": "SAP Basis",
|
81 |
+
"67": "Productivity Platform",
|
82 |
+
"68": "HANA Platform Support",
|
83 |
+
"69": "Hendrix Fn Support",
|
84 |
+
"70": "IDS BI Platform",
|
85 |
+
"71": "CTI Ops",
|
86 |
+
"72": "SAP Security",
|
87 |
+
"73": "IDS Platforms L2",
|
88 |
+
"74": "Network Ops",
|
89 |
+
"75": "AMS-Operations",
|
90 |
+
"76": "Web Apps",
|
91 |
+
"77": "ES-PasswordVault-L2",
|
92 |
+
"78": "Document WorkSpaces",
|
93 |
+
"79": "Conferencing Ops",
|
94 |
+
"80": "AuthPKI - L2",
|
95 |
+
"81": "User Account Svcs",
|
96 |
+
"82": "UIM",
|
97 |
+
"83": "ES-NetworkSecurity-L2",
|
98 |
+
"84": "Compute-Ops",
|
99 |
+
"85": "SD-Global",
|
100 |
+
"86": "Messaging Ops",
|
101 |
+
"87": "ITALM",
|
102 |
+
"88": "Client Svcs",
|
103 |
+
"89": "Enterprise Commerce Fn Support",
|
104 |
+
"90": "SD"
|
105 |
+
},
|
106 |
+
"initializer_range": 0.02,
|
107 |
+
"intermediate_size": 3072,
|
108 |
+
"label2id": {
|
109 |
+
"AMS-Bangalore": 58,
|
110 |
+
"AMS-Operations": 75,
|
111 |
+
"Adobe Sign Customer Zero Support - L2": 45,
|
112 |
+
"Analytics App Support": 50,
|
113 |
+
"Analytics Security": 54,
|
114 |
+
"AuthPKI - L2": 80,
|
115 |
+
"Backup Ops": 43,
|
116 |
+
"Baremetal-Admins": 59,
|
117 |
+
"Big Data Arch and Platform Ops": 65,
|
118 |
+
"Bomgar Support L3": 26,
|
119 |
+
"CRM Ops Support": 22,
|
120 |
+
"CTI L3": 62,
|
121 |
+
"CTI Ops": 71,
|
122 |
+
"Change Management": 11,
|
123 |
+
"Citrix": 29,
|
124 |
+
"Client Svcs": 88,
|
125 |
+
"Compute-Ops": 84,
|
126 |
+
"Conferencing Ops": 79,
|
127 |
+
"Conferencing Svcs": 19,
|
128 |
+
"Conferencing Svcs-NA": 20,
|
129 |
+
"Consumer Commerce Fn Support": 40,
|
130 |
+
"DDI": 33,
|
131 |
+
"Data Center": 15,
|
132 |
+
"Database Ops": 13,
|
133 |
+
"Device Management": 60,
|
134 |
+
"Directory Svcs- L2": 57,
|
135 |
+
"Document WorkSpaces": 78,
|
136 |
+
"Dynamics Ent L2": 61,
|
137 |
+
"Dynamics L2": 52,
|
138 |
+
"Dynamics L3": 21,
|
139 |
+
"ES-NetworkSecurity-L2": 83,
|
140 |
+
"ES-NetworkSecurity-L3": 5,
|
141 |
+
"ES-PasswordVault-L2": 77,
|
142 |
+
"Endpoint Security-L2": 36,
|
143 |
+
"Endpoint Security-L3": 9,
|
144 |
+
"Enterprise Commerce Fn Support": 89,
|
145 |
+
"Enterprise Commerce L3": 38,
|
146 |
+
"Enterprise DBA": 27,
|
147 |
+
"Enterprise Learning Management": 34,
|
148 |
+
"GOC MDM Ops": 44,
|
149 |
+
"HANA Platform Support": 68,
|
150 |
+
"HPC": 17,
|
151 |
+
"Hendrix Fn Support": 69,
|
152 |
+
"IAM Portal": 63,
|
153 |
+
"IDS Analytics Platforms": 24,
|
154 |
+
"IDS BI Platform": 70,
|
155 |
+
"IDS Platforms L2": 73,
|
156 |
+
"IDS SSAS": 46,
|
157 |
+
"IT Cloud Desktop": 32,
|
158 |
+
"ITALM": 87,
|
159 |
+
"ITCS Depot APAC": 1,
|
160 |
+
"ITCS Depot EMEA": 4,
|
161 |
+
"ITCS Depot SJ": 30,
|
162 |
+
"Integration Platform Ops": 3,
|
163 |
+
"LiveEngage-Platform-Support": 10,
|
164 |
+
"Load Balancer": 31,
|
165 |
+
"Logistics Fn Support": 41,
|
166 |
+
"Messaging Ops": 86,
|
167 |
+
"Messaging Ops L3": 14,
|
168 |
+
"Metering Solutions Fn Support": 51,
|
169 |
+
"Mobile Devices": 47,
|
170 |
+
"NOC": 0,
|
171 |
+
"Network Ops": 74,
|
172 |
+
"Printer Support": 39,
|
173 |
+
"Productivity Platform": 67,
|
174 |
+
"RNT L2": 25,
|
175 |
+
"RPA Support L2": 53,
|
176 |
+
"Royalty L1": 28,
|
177 |
+
"SAM": 56,
|
178 |
+
"SAP Basis": 66,
|
179 |
+
"SAP Finance L2": 64,
|
180 |
+
"SAP Logistics L3": 8,
|
181 |
+
"SAP Security": 72,
|
182 |
+
"SCM": 16,
|
183 |
+
"SD": 90,
|
184 |
+
"SD-Global": 85,
|
185 |
+
"Splunk": 23,
|
186 |
+
"Static IP": 6,
|
187 |
+
"Storage Backup Ops": 37,
|
188 |
+
"Tech Cafe - Lehi": 2,
|
189 |
+
"Tech Cafe - San Francisco": 12,
|
190 |
+
"Tech Cafe - San Jose": 18,
|
191 |
+
"Tech Cafe - Seattle": 7,
|
192 |
+
"Tidal": 48,
|
193 |
+
"UIM": 82,
|
194 |
+
"User Account Svcs": 81,
|
195 |
+
"VPS": 55,
|
196 |
+
"Voice Ops": 42,
|
197 |
+
"Voice Svcs": 35,
|
198 |
+
"Web Apps": 76,
|
199 |
+
"ZEN L2": 49
|
200 |
+
},
|
201 |
+
"layer_norm_eps": 1e-05,
|
202 |
+
"max_position_embeddings": 514,
|
203 |
+
"model_type": "roberta",
|
204 |
+
"num_attention_heads": 12,
|
205 |
+
"num_hidden_layers": 6,
|
206 |
+
"pad_token_id": 1,
|
207 |
+
"position_embedding_type": "absolute",
|
208 |
+
"problem_type": "single_label_classification",
|
209 |
+
"torch_dtype": "float32",
|
210 |
+
"transformers_version": "4.28.1",
|
211 |
+
"type_vocab_size": 1,
|
212 |
+
"use_cache": true,
|
213 |
+
"vocab_size": 50265
|
214 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e21f40a07b7dbed5a5d67ddd7ecaaceffefb491a19906c89c6728bc26a029c94
|
3 |
+
size 328793653
|
runs/Jun12_09-16-16_0607-055005-7d6znjad-10-139-64-4/1686561393.4056125/events.out.tfevents.1686561393.0607-055005-7d6znjad-10-139-64-4.1408.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:565d573fd23f207d3485ccf934554df172866bbb846a77d499500e9f5ba560e2
|
3 |
+
size 5867
|
runs/Jun12_09-16-16_0607-055005-7d6znjad-10-139-64-4/events.out.tfevents.1686561393.0607-055005-7d6znjad-10-139-64-4.1408.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b333623fb1259184ec0c1fab83b09536b0cf41111418dd52cf9902038fda6d88
|
3 |
+
size 9187
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8e5f28bb56f971e486841f4096191e999d13947c3c544688363aeb155b78e02
|
3 |
+
size 3643
|