| { | |
| "_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-911", | |
| "2": "I-911", | |
| "3": "B-alcaldia", | |
| "4": "I-alcaldia", | |
| "5": "B-chat_confianza", | |
| "6": "I-chat_confianza", | |
| "7": "B-ciberacoso", | |
| "8": "I-ciberacoso", | |
| "9": "B-extorsion", | |
| "10": "I-extorsion", | |
| "11": "B-maltrato_animal", | |
| "12": "I-maltrato_animal", | |
| "13": "B-maltrato_infantil", | |
| "14": "I-maltrato_infantil", | |
| "15": "B-pais", | |
| "16": "I-pais", | |
| "17": "B-robo", | |
| "18": "I-robo", | |
| "19": "B-secuestro", | |
| "20": "I-secuestro", | |
| "21": "B-trata_personas", | |
| "22": "I-trata_personas", | |
| "23": "B-violencia_familiar", | |
| "24": "I-violencia_familiar" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "B-911": 1, | |
| "B-alcaldia": 3, | |
| "B-chat_confianza": 5, | |
| "B-ciberacoso": 7, | |
| "B-extorsion": 9, | |
| "B-maltrato_animal": 11, | |
| "B-maltrato_infantil": 13, | |
| "B-pais": 15, | |
| "B-robo": 17, | |
| "B-secuestro": 19, | |
| "B-trata_personas": 21, | |
| "B-violencia_familiar": 23, | |
| "I-911": 2, | |
| "I-alcaldia": 4, | |
| "I-chat_confianza": 6, | |
| "I-ciberacoso": 8, | |
| "I-extorsion": 10, | |
| "I-maltrato_animal": 12, | |
| "I-maltrato_infantil": 14, | |
| "I-pais": 16, | |
| "I-robo": 18, | |
| "I-secuestro": 20, | |
| "I-trata_personas": 22, | |
| "I-violencia_familiar": 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.1", | |
| "vocab_size": 31002 | |
| } | |