datos-ner / config.json
hucruz's picture
Training in progress, epoch 1
ef7ad51
{
"_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-celular",
"2": "I-celular",
"3": "B-correo",
"4": "I-correo",
"5": "B-curp",
"6": "I-curp",
"7": "B-direccion",
"8": "I-direccion",
"9": "B-nombre",
"10": "I-nombre",
"11": "B-referencia",
"12": "I-referencia",
"13": "B-rfc",
"14": "I-rfc",
"15": "B-telefono_fijo",
"16": "I-telefono_fijo"
},
"initializer_range": 0.02,
"label2id": {
"B-celular": 1,
"B-correo": 3,
"B-curp": 5,
"B-direccion": 7,
"B-nombre": 9,
"B-referencia": 11,
"B-rfc": 13,
"B-telefono_fijo": 15,
"I-celular": 2,
"I-correo": 4,
"I-curp": 6,
"I-direccion": 8,
"I-nombre": 10,
"I-referencia": 12,
"I-rfc": 14,
"I-telefono_fijo": 16,
"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.1",
"vocab_size": 31002
}