|
{ |
|
"_name_or_path": "plncmm/beto-clinical-wl-es", |
|
"architectures": [ |
|
"BertForTokenClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "O", |
|
"1": "B-Anatomical_Entity", |
|
"10": "I-Location", |
|
"11": "B-Type_of_measure", |
|
"12": "I-Type_of_measure", |
|
"13": "B-Measure", |
|
"14": "I-Measure", |
|
"15": "B-Degree", |
|
"16": "I-Degree", |
|
"17": "B-ConditionalTemporal", |
|
"18": "I-ConditionalTemporal", |
|
"2": "I-Anatomical_Entity", |
|
"3": "B-Finding", |
|
"4": "I-Finding", |
|
"5": "B-Uncertainty", |
|
"6": "I-Uncertainty", |
|
"7": "B-Negation", |
|
"8": "I-Negation", |
|
"9": "B-Location" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"B-Anatomical_Entity": "1", |
|
"B-ConditionalTemporal": "17", |
|
"B-Degree": "15", |
|
"B-Finding": "3", |
|
"B-Location": "9", |
|
"B-Measure": "13", |
|
"B-Negation": "7", |
|
"B-Type_of_measure": "11", |
|
"B-Uncertainty": "5", |
|
"I-Anatomical_Entity": "2", |
|
"I-ConditionalTemporal": "18", |
|
"I-Degree": "16", |
|
"I-Finding": "4", |
|
"I-Location": "10", |
|
"I-Measure": "14", |
|
"I-Negation": "8", |
|
"I-Type_of_measure": "12", |
|
"I-Uncertainty": "6", |
|
"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", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.41.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 31002 |
|
} |
|
|