hucruz's picture
Training in progress, epoch 1
93bc788
{
"_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-ciudad",
"2": "I-ciudad",
"3": "B-ciudad_elegida_ida",
"4": "I-ciudad_elegida_ida",
"5": "B-ciudad_elegida_regreso",
"6": "I-ciudad_elegida_regreso",
"7": "B-correo",
"8": "I-correo",
"9": "B-fecha",
"10": "I-fecha",
"11": "B-fecha_ida",
"12": "I-fecha_ida",
"13": "B-fecha_regreso",
"14": "I-fecha_regreso",
"15": "B-horario",
"16": "I-horario",
"17": "B-horario_ida",
"18": "I-horario_ida",
"19": "B-horario_regreso",
"20": "I-horario_regreso",
"21": "B-num_personas",
"22": "I-num_personas",
"23": "B-tipo_viaje",
"24": "I-tipo_viaje"
},
"initializer_range": 0.02,
"label2id": {
"B-ciudad": 1,
"B-ciudad_elegida_ida": 3,
"B-ciudad_elegida_regreso": 5,
"B-correo": 7,
"B-fecha": 9,
"B-fecha_ida": 11,
"B-fecha_regreso": 13,
"B-horario": 15,
"B-horario_ida": 17,
"B-horario_regreso": 19,
"B-num_personas": 21,
"B-tipo_viaje": 23,
"I-ciudad": 2,
"I-ciudad_elegida_ida": 4,
"I-ciudad_elegida_regreso": 6,
"I-correo": 8,
"I-fecha": 10,
"I-fecha_ida": 12,
"I-fecha_regreso": 14,
"I-horario": 16,
"I-horario_ida": 18,
"I-horario_regreso": 20,
"I-num_personas": 22,
"I-tipo_viaje": 24,
"O": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": true,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.26.0",
"vocab_size": 31002
}