{ "add_cross_attention": false, "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": null, "classifier_dropout": null, "dtype": "float32", "eos_token_id": null, "gradient_checkpointing": false, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "O", "1": "B-BIOMARCADOR", "2": "B-CANCER", "3": "B-CIRUGIA", "4": "B-DOSIS", "5": "B-EDAD", "6": "B-FECHA", "7": "B-GLEASON", "8": "B-MEDICAMENTO", "9": "B-TNM", "10": "B-TRATAMIENTO", "11": "I-BIOMARCADOR", "12": "I-CANCER", "13": "I-CIRUGIA", "14": "I-DOSIS", "15": "I-EDAD", "16": "I-FECHA", "17": "I-GLEASON", "18": "I-MEDICAMENTO", "19": "I-TNM", "20": "I-TRATAMIENTO" }, "initializer_range": 0.02, "intermediate_size": 3072, "is_decoder": false, "label2id": { "B-BIOMARCADOR": 1, "B-CANCER": 2, "B-CIRUGIA": 3, "B-DOSIS": 4, "B-EDAD": 5, "B-FECHA": 6, "B-GLEASON": 7, "B-MEDICAMENTO": 8, "B-TNM": 9, "B-TRATAMIENTO": 10, "I-BIOMARCADOR": 11, "I-CANCER": 12, "I-CIRUGIA": 13, "I-DOSIS": 14, "I-EDAD": 15, "I-FECHA": 16, "I-GLEASON": 17, "I-MEDICAMENTO": 18, "I-TNM": 19, "I-TRATAMIENTO": 20, "O": 0 }, "layer_norm_eps": 1e-12, "max_position_embeddings": 512, "model_type": "bert", "num_attention_heads": 12, "num_hidden_layers": 12, "output_past": true, "pad_token_id": 1, "position_embedding_type": "absolute", "tie_word_embeddings": true, "transformers_version": "5.5.4", "type_vocab_size": 2, "use_cache": false, "vocab_size": 31002 }