Training in progress, epoch 1
Browse files- config.json +251 -35
- model.safetensors +2 -2
- special_tokens_map.json +1 -9
- tokenizer.json +2 -2
- tokenizer_config.json +14 -17
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -1,47 +1,263 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"hidden_act": "gelu",
|
| 11 |
-
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
-
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
},
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"output_past": true,
|
| 39 |
-
"pad_token_id": 1,
|
| 40 |
-
"position_embedding_type": "absolute",
|
| 41 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
"transformers_version": "4.39.3",
|
| 44 |
-
"
|
| 45 |
-
"use_cache": true,
|
| 46 |
-
"vocab_size": 250002
|
| 47 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Adquisiciones",
|
| 13 |
+
"1": "Adquisiciones > Informe RT",
|
| 14 |
+
"2": "Adquisiciones > Levantamiento 2024",
|
| 15 |
+
"3": "Aval",
|
| 16 |
+
"4": "Capacitaciones",
|
| 17 |
+
"5": "Control de Bienes",
|
| 18 |
+
"6": "Control de Bienes > Prestamos",
|
| 19 |
+
"7": "Control de Cambios",
|
| 20 |
+
"8": "Encuesta",
|
| 21 |
+
"9": "ERP > Bienestar",
|
| 22 |
+
"10": "ERP > Centros de producci\u00f3n",
|
| 23 |
+
"11": "ERP > Colegios",
|
| 24 |
+
"12": "ERP > Conceder acceso",
|
| 25 |
+
"13": "ERP > CRM",
|
| 26 |
+
"14": "ERP > Eliminar accesos",
|
| 27 |
+
"15": "ERP > Financiero",
|
| 28 |
+
"16": "ERP > Gesti\u00f3n acad\u00e9mica",
|
| 29 |
+
"17": "ERP > Gesti\u00f3n acad\u00e9mica > Evaluaci\u00f3n docente",
|
| 30 |
+
"18": "ERP > Gesti\u00f3n de biblioteca",
|
| 31 |
+
"19": "ERP > Gesti\u00f3n log\u00edstica",
|
| 32 |
+
"20": "ERP > Internacionalizaci\u00f3n",
|
| 33 |
+
"21": "ERP > Investigaci\u00f3n cient\u00edfica",
|
| 34 |
+
"22": "ERP > NO-Reportes",
|
| 35 |
+
"23": "ERP > Odoo > Monica > Otros",
|
| 36 |
+
"24": "ERP > Otros",
|
| 37 |
+
"25": "ERP > Planificaci\u00f3n",
|
| 38 |
+
"26": "ERP > Salud Ocupacional",
|
| 39 |
+
"27": "ERP > Talento humano",
|
| 40 |
+
"28": "ERP > Vinculaci\u00f3n",
|
| 41 |
+
"29": "ERP > Votaciones",
|
| 42 |
+
"30": "EVEA > Acceso al servicio EVEA",
|
| 43 |
+
"31": "EVEA > Conceder acceso",
|
| 44 |
+
"32": "EVEA > Cursos",
|
| 45 |
+
"33": "EVEA > Eliminar accesos",
|
| 46 |
+
"34": "EVEA > Encuesta/Cuestionario/Tareas/Examenes",
|
| 47 |
+
"35": "EVEA > Interrupci\u00f3n del Servicio",
|
| 48 |
+
"36": "EVEA > Matriculaci\u00f3n en cursos",
|
| 49 |
+
"37": "EVEA > Modificaci\u00f3n de la Informaci\u00f3n",
|
| 50 |
+
"38": "EVEA > Nuevo",
|
| 51 |
+
"39": "EVEA > Otro",
|
| 52 |
+
"40": "EVEA > Plataforma",
|
| 53 |
+
"41": "EVEA > Problema con la configuraci\u00f3n",
|
| 54 |
+
"42": "EVEA > Reportes",
|
| 55 |
+
"43": "EVEA > Respaldos",
|
| 56 |
+
"44": "EVEA > Sincronizaci\u00f3n",
|
| 57 |
+
"45": "EVEA > Sincronizacion Proveedor",
|
| 58 |
+
"46": "Firma electr\u00f3nica / Quipux",
|
| 59 |
+
"47": "Gesti\u00f3n",
|
| 60 |
+
"48": "Informe",
|
| 61 |
+
"49": "INFRAESTRUCTURA > Conectividad",
|
| 62 |
+
"50": "INFRAESTRUCTURA > Mantenimiento preventivo",
|
| 63 |
+
"51": "INFRAESTRUCTURA > Respaldo y recuperaci\u00f3n",
|
| 64 |
+
"52": "INFRAESTRUCTURA > Uso de Infraestructura F\u00edsica",
|
| 65 |
+
"53": "OFFICE 365",
|
| 66 |
+
"54": "OFFICE 365 > Acceso al servicio",
|
| 67 |
+
"55": "OFFICE 365 > Bloqueo de servicio",
|
| 68 |
+
"56": "OFFICE 365 > Conceder acceso",
|
| 69 |
+
"57": "OFFICE 365 > Creaci\u00f3n de Cuenta",
|
| 70 |
+
"58": "OFFICE 365 > Eliminar accesos",
|
| 71 |
+
"59": "OFFICE 365 > Interrupci\u00f3n del servicio",
|
| 72 |
+
"60": "OFFICE 365 > Otro",
|
| 73 |
+
"61": "OFFICE 365 > Problema con el servicio",
|
| 74 |
+
"62": "OFFICE 365 > Roles y Permisos",
|
| 75 |
+
"63": "Oficio",
|
| 76 |
+
"64": "Otros",
|
| 77 |
+
"65": "PAGINA WEB",
|
| 78 |
+
"66": "PAGINA WEB > P\u00e1gina web",
|
| 79 |
+
"67": "POA",
|
| 80 |
+
"68": "Problemas informaci\u00f3n",
|
| 81 |
+
"69": "Proveedor",
|
| 82 |
+
"70": "Proyectos",
|
| 83 |
+
"71": "Redes Sociales",
|
| 84 |
+
"72": "Reporte/Informe",
|
| 85 |
+
"73": "Reportes",
|
| 86 |
+
"74": "Repositorio-Base / Digital",
|
| 87 |
+
"75": "Revistas",
|
| 88 |
+
"76": "SERVICIOS > Conceder Accesos",
|
| 89 |
+
"77": "SERVICIOS > Eliminar Accesos",
|
| 90 |
+
"78": "Sin datos",
|
| 91 |
+
"79": "SOPORTE > EQUIPOS > Garant\u00eda",
|
| 92 |
+
"80": "SOPORTE > EQUIPOS > Mantenimiento de Hardware",
|
| 93 |
+
"81": "SOPORTE > EQUIPOS > Mantenimiento de Software",
|
| 94 |
+
"82": "SOPORTE > ERP > Bienestar",
|
| 95 |
+
"83": "SOPORTE > ERP > Colegios",
|
| 96 |
+
"84": "SOPORTE > ERP > Financiero",
|
| 97 |
+
"85": "SOPORTE > ERP > Gesti\u00f3n acad\u00e9mica",
|
| 98 |
+
"86": "SOPORTE > ERP > Gesti\u00f3n log\u00edstica",
|
| 99 |
+
"87": "SOPORTE > ERP > Otros",
|
| 100 |
+
"88": "SOPORTE > ERP > Talento Humano",
|
| 101 |
+
"89": "SOPORTE > EVEA > Plataforma",
|
| 102 |
+
"90": "SOPORTE > EVEA > Sincronizacion",
|
| 103 |
+
"91": "SOPORTE > INFRAESTRUCTURA",
|
| 104 |
+
"92": "SOPORTE > INFRAESTRUCTURA > Conectividad",
|
| 105 |
+
"93": "SOPORTE > INFRAESTRUCTURA > Respaldo y recuperaci\u00f3n",
|
| 106 |
+
"94": "SOPORTE > Mantenimiento Correctivo",
|
| 107 |
+
"95": "SOPORTE > Odoo > Monica > Otros",
|
| 108 |
+
"96": "SOPORTE > Office 365",
|
| 109 |
+
"97": "SOPORTE > Otros",
|
| 110 |
+
"98": "SOPORTE > P\u00e1gina web",
|
| 111 |
+
"99": "SOPORTE > Repositorio-Base / Digital",
|
| 112 |
+
"100": "SOPORTE > Revistas",
|
| 113 |
+
"101": "SOPORTE > Seguridad",
|
| 114 |
+
"102": "SOPORTE > Streaming / Eventos",
|
| 115 |
+
"103": "SOPORTE > Turniting",
|
| 116 |
+
"104": "SOPORTE > Zoom",
|
| 117 |
+
"105": "Streaming/Eventos",
|
| 118 |
+
"106": "Turnitin",
|
| 119 |
+
"107": "USUARIO FINAL",
|
| 120 |
+
"108": "USUARIO FINAL > Garant\u00eda",
|
| 121 |
+
"109": "ZOOM > Credenciales Zoom",
|
| 122 |
+
"110": "ZOOM > Interrupci\u00f3n del Servicio",
|
| 123 |
+
"111": "ZOOM > Licenciamiento",
|
| 124 |
+
"112": "ZOOM > Otros",
|
| 125 |
+
"113": "ZOOM > Videoconferencia",
|
| 126 |
+
"114": "ZOOM > Webinar",
|
| 127 |
+
"115": "ZOOM > Conceder accesos",
|
| 128 |
+
"116": "ZOOM > Eliminar accesos"
|
| 129 |
},
|
| 130 |
"initializer_range": 0.02,
|
|
|
|
| 131 |
"label2id": {
|
| 132 |
+
"Adquisiciones": 0,
|
| 133 |
+
"Adquisiciones > Informe RT": 1,
|
| 134 |
+
"Adquisiciones > Levantamiento 2024": 2,
|
| 135 |
+
"Aval": 3,
|
| 136 |
+
"Capacitaciones": 4,
|
| 137 |
+
"Control de Bienes": 5,
|
| 138 |
+
"Control de Bienes > Prestamos": 6,
|
| 139 |
+
"Control de Cambios": 7,
|
| 140 |
+
"ERP > Bienestar": 9,
|
| 141 |
+
"ERP > CRM": 13,
|
| 142 |
+
"ERP > Centros de producci\u00f3n": 10,
|
| 143 |
+
"ERP > Colegios": 11,
|
| 144 |
+
"ERP > Conceder acceso": 12,
|
| 145 |
+
"ERP > Eliminar accesos": 14,
|
| 146 |
+
"ERP > Financiero": 15,
|
| 147 |
+
"ERP > Gesti\u00f3n acad\u00e9mica": 16,
|
| 148 |
+
"ERP > Gesti\u00f3n acad\u00e9mica > Evaluaci\u00f3n docente": 17,
|
| 149 |
+
"ERP > Gesti\u00f3n de biblioteca": 18,
|
| 150 |
+
"ERP > Gesti\u00f3n log\u00edstica": 19,
|
| 151 |
+
"ERP > Internacionalizaci\u00f3n": 20,
|
| 152 |
+
"ERP > Investigaci\u00f3n cient\u00edfica": 21,
|
| 153 |
+
"ERP > NO-Reportes": 22,
|
| 154 |
+
"ERP > Odoo > Monica > Otros": 23,
|
| 155 |
+
"ERP > Otros": 24,
|
| 156 |
+
"ERP > Planificaci\u00f3n": 25,
|
| 157 |
+
"ERP > Salud Ocupacional": 26,
|
| 158 |
+
"ERP > Talento humano": 27,
|
| 159 |
+
"ERP > Vinculaci\u00f3n": 28,
|
| 160 |
+
"ERP > Votaciones": 29,
|
| 161 |
+
"EVEA > Acceso al servicio EVEA": 30,
|
| 162 |
+
"EVEA > Conceder acceso": 31,
|
| 163 |
+
"EVEA > Cursos": 32,
|
| 164 |
+
"EVEA > Eliminar accesos": 33,
|
| 165 |
+
"EVEA > Encuesta/Cuestionario/Tareas/Examenes": 34,
|
| 166 |
+
"EVEA > Interrupci\u00f3n del Servicio": 35,
|
| 167 |
+
"EVEA > Matriculaci\u00f3n en cursos": 36,
|
| 168 |
+
"EVEA > Modificaci\u00f3n de la Informaci\u00f3n": 37,
|
| 169 |
+
"EVEA > Nuevo": 38,
|
| 170 |
+
"EVEA > Otro": 39,
|
| 171 |
+
"EVEA > Plataforma": 40,
|
| 172 |
+
"EVEA > Problema con la configuraci\u00f3n": 41,
|
| 173 |
+
"EVEA > Reportes": 42,
|
| 174 |
+
"EVEA > Respaldos": 43,
|
| 175 |
+
"EVEA > Sincronizacion Proveedor": 45,
|
| 176 |
+
"EVEA > Sincronizaci\u00f3n": 44,
|
| 177 |
+
"Encuesta": 8,
|
| 178 |
+
"Firma electr\u00f3nica / Quipux": 46,
|
| 179 |
+
"Gesti\u00f3n": 47,
|
| 180 |
+
"INFRAESTRUCTURA > Conectividad": 49,
|
| 181 |
+
"INFRAESTRUCTURA > Mantenimiento preventivo": 50,
|
| 182 |
+
"INFRAESTRUCTURA > Respaldo y recuperaci\u00f3n": 51,
|
| 183 |
+
"INFRAESTRUCTURA > Uso de Infraestructura F\u00edsica": 52,
|
| 184 |
+
"Informe": 48,
|
| 185 |
+
"OFFICE 365": 53,
|
| 186 |
+
"OFFICE 365 > Acceso al servicio": 54,
|
| 187 |
+
"OFFICE 365 > Bloqueo de servicio": 55,
|
| 188 |
+
"OFFICE 365 > Conceder acceso": 56,
|
| 189 |
+
"OFFICE 365 > Creaci\u00f3n de Cuenta": 57,
|
| 190 |
+
"OFFICE 365 > Eliminar accesos": 58,
|
| 191 |
+
"OFFICE 365 > Interrupci\u00f3n del servicio": 59,
|
| 192 |
+
"OFFICE 365 > Otro": 60,
|
| 193 |
+
"OFFICE 365 > Problema con el servicio": 61,
|
| 194 |
+
"OFFICE 365 > Roles y Permisos": 62,
|
| 195 |
+
"Oficio": 63,
|
| 196 |
+
"Otros": 64,
|
| 197 |
+
"PAGINA WEB": 65,
|
| 198 |
+
"PAGINA WEB > P\u00e1gina web": 66,
|
| 199 |
+
"POA": 67,
|
| 200 |
+
"Problemas informaci\u00f3n": 68,
|
| 201 |
+
"Proveedor": 69,
|
| 202 |
+
"Proyectos": 70,
|
| 203 |
+
"Redes Sociales": 71,
|
| 204 |
+
"Reporte/Informe": 72,
|
| 205 |
+
"Reportes": 73,
|
| 206 |
+
"Repositorio-Base / Digital": 74,
|
| 207 |
+
"Revistas": 75,
|
| 208 |
+
"SERVICIOS > Conceder Accesos": 76,
|
| 209 |
+
"SERVICIOS > Eliminar Accesos": 77,
|
| 210 |
+
"SOPORTE > EQUIPOS > Garant\u00eda": 79,
|
| 211 |
+
"SOPORTE > EQUIPOS > Mantenimiento de Hardware": 80,
|
| 212 |
+
"SOPORTE > EQUIPOS > Mantenimiento de Software": 81,
|
| 213 |
+
"SOPORTE > ERP > Bienestar": 82,
|
| 214 |
+
"SOPORTE > ERP > Colegios": 83,
|
| 215 |
+
"SOPORTE > ERP > Financiero": 84,
|
| 216 |
+
"SOPORTE > ERP > Gesti\u00f3n acad\u00e9mica": 85,
|
| 217 |
+
"SOPORTE > ERP > Gesti\u00f3n log\u00edstica": 86,
|
| 218 |
+
"SOPORTE > ERP > Otros": 87,
|
| 219 |
+
"SOPORTE > ERP > Talento Humano": 88,
|
| 220 |
+
"SOPORTE > EVEA > Plataforma": 89,
|
| 221 |
+
"SOPORTE > EVEA > Sincronizacion": 90,
|
| 222 |
+
"SOPORTE > INFRAESTRUCTURA": 91,
|
| 223 |
+
"SOPORTE > INFRAESTRUCTURA > Conectividad": 92,
|
| 224 |
+
"SOPORTE > INFRAESTRUCTURA > Respaldo y recuperaci\u00f3n": 93,
|
| 225 |
+
"SOPORTE > Mantenimiento Correctivo": 94,
|
| 226 |
+
"SOPORTE > Odoo > Monica > Otros": 95,
|
| 227 |
+
"SOPORTE > Office 365": 96,
|
| 228 |
+
"SOPORTE > Otros": 97,
|
| 229 |
+
"SOPORTE > P\u00e1gina web": 98,
|
| 230 |
+
"SOPORTE > Repositorio-Base / Digital": 99,
|
| 231 |
+
"SOPORTE > Revistas": 100,
|
| 232 |
+
"SOPORTE > Seguridad": 101,
|
| 233 |
+
"SOPORTE > Streaming / Eventos": 102,
|
| 234 |
+
"SOPORTE > Turniting": 103,
|
| 235 |
+
"SOPORTE > Zoom": 104,
|
| 236 |
+
"Sin datos": 78,
|
| 237 |
+
"Streaming/Eventos": 105,
|
| 238 |
+
"Turnitin": 106,
|
| 239 |
+
"USUARIO FINAL": 107,
|
| 240 |
+
"USUARIO FINAL > Garant\u00eda": 108,
|
| 241 |
+
"ZOOM > Conceder accesos": 115,
|
| 242 |
+
"ZOOM > Credenciales Zoom": 109,
|
| 243 |
+
"ZOOM > Eliminar accesos": 116,
|
| 244 |
+
"ZOOM > Interrupci\u00f3n del Servicio": 110,
|
| 245 |
+
"ZOOM > Licenciamiento": 111,
|
| 246 |
+
"ZOOM > Otros": 112,
|
| 247 |
+
"ZOOM > Videoconferencia": 113,
|
| 248 |
+
"ZOOM > Webinar": 114
|
| 249 |
},
|
| 250 |
+
"max_position_embeddings": 512,
|
| 251 |
+
"model_type": "distilbert",
|
| 252 |
+
"n_heads": 12,
|
| 253 |
+
"n_layers": 6,
|
| 254 |
+
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
| 255 |
"problem_type": "single_label_classification",
|
| 256 |
+
"qa_dropout": 0.1,
|
| 257 |
+
"seq_classif_dropout": 0.2,
|
| 258 |
+
"sinusoidal_pos_embds": false,
|
| 259 |
+
"tie_weights_": true,
|
| 260 |
"torch_dtype": "float32",
|
| 261 |
"transformers_version": "4.39.3",
|
| 262 |
+
"vocab_size": 30522
|
|
|
|
|
|
|
| 263 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58995e9f690e203102ebee07d9eb0780796fb51f04723b90bbd7f43169174f5a
|
| 3 |
+
size 268186316
|
special_tokens_map.json
CHANGED
|
@@ -1,15 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"bos_token": "[CLS]",
|
| 3 |
"cls_token": "[CLS]",
|
| 4 |
-
"eos_token": "[SEP]",
|
| 5 |
"mask_token": "[MASK]",
|
| 6 |
"pad_token": "[PAD]",
|
| 7 |
"sep_token": "[SEP]",
|
| 8 |
-
"unk_token":
|
| 9 |
-
"content": "[UNK]",
|
| 10 |
-
"lstrip": false,
|
| 11 |
-
"normalized": true,
|
| 12 |
-
"rstrip": false,
|
| 13 |
-
"single_word": false
|
| 14 |
-
}
|
| 15 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"cls_token": "[CLS]",
|
|
|
|
| 3 |
"mask_token": "[MASK]",
|
| 4 |
"pad_token": "[PAD]",
|
| 5 |
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d241a60d5e8f04cc1b2b3e9ef7a4921b27bf526d9f6050ab90f9267a1f9e5c66
|
| 3 |
+
size 711396
|
tokenizer_config.json
CHANGED
|
@@ -8,31 +8,31 @@
|
|
| 8 |
"single_word": false,
|
| 9 |
"special": true
|
| 10 |
},
|
| 11 |
-
"
|
| 12 |
-
"content": "[
|
| 13 |
"lstrip": false,
|
| 14 |
"normalized": false,
|
| 15 |
"rstrip": false,
|
| 16 |
"single_word": false,
|
| 17 |
"special": true
|
| 18 |
},
|
| 19 |
-
"
|
| 20 |
-
"content": "[
|
| 21 |
"lstrip": false,
|
| 22 |
"normalized": false,
|
| 23 |
"rstrip": false,
|
| 24 |
"single_word": false,
|
| 25 |
"special": true
|
| 26 |
},
|
| 27 |
-
"
|
| 28 |
-
"content": "[
|
| 29 |
"lstrip": false,
|
| 30 |
-
"normalized":
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|
| 33 |
"special": true
|
| 34 |
},
|
| 35 |
-
"
|
| 36 |
"content": "[MASK]",
|
| 37 |
"lstrip": false,
|
| 38 |
"normalized": false,
|
|
@@ -41,18 +41,15 @@
|
|
| 41 |
"special": true
|
| 42 |
}
|
| 43 |
},
|
| 44 |
-
"bos_token": "[CLS]",
|
| 45 |
"clean_up_tokenization_spaces": true,
|
| 46 |
"cls_token": "[CLS]",
|
| 47 |
-
"do_lower_case":
|
| 48 |
-
"eos_token": "[SEP]",
|
| 49 |
"mask_token": "[MASK]",
|
| 50 |
-
"model_max_length":
|
| 51 |
"pad_token": "[PAD]",
|
| 52 |
"sep_token": "[SEP]",
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"tokenizer_class": "
|
| 56 |
-
"unk_token": "[UNK]"
|
| 57 |
-
"vocab_type": "spm"
|
| 58 |
}
|
|
|
|
| 8 |
"single_word": false,
|
| 9 |
"special": true
|
| 10 |
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
"lstrip": false,
|
| 14 |
"normalized": false,
|
| 15 |
"rstrip": false,
|
| 16 |
"single_word": false,
|
| 17 |
"special": true
|
| 18 |
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
"lstrip": false,
|
| 22 |
"normalized": false,
|
| 23 |
"rstrip": false,
|
| 24 |
"single_word": false,
|
| 25 |
"special": true
|
| 26 |
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|
| 33 |
"special": true
|
| 34 |
},
|
| 35 |
+
"103": {
|
| 36 |
"content": "[MASK]",
|
| 37 |
"lstrip": false,
|
| 38 |
"normalized": false,
|
|
|
|
| 41 |
"special": true
|
| 42 |
}
|
| 43 |
},
|
|
|
|
| 44 |
"clean_up_tokenization_spaces": true,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
|
|
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
+
"model_max_length": 512,
|
| 49 |
"pad_token": "[PAD]",
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
+
"strip_accents": null,
|
| 52 |
+
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 54 |
+
"unk_token": "[UNK]"
|
|
|
|
| 55 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e262d3d061232a74097129c5e517851934dbc8505a7ccc81542ebfeb3f72405d
|
| 3 |
size 4984
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|