GLeite's picture
Training in progress epoch 0
74ac45d
{
"_name_or_path": "pucpr/biobertpt-all",
"_num_labels": 2,
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"eos_token_ids": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-Pathophysiology",
"2": "I-Pathophysiology",
"3": "B-Epidemiology",
"4": "I-Epidemiology",
"5": "B-Etiology",
"6": "I-Etiology",
"7": "B-History",
"8": "I-History",
"9": "B-Physical_examination",
"10": "I-Physical_examination",
"11": "B-Complementary_exams",
"12": "I-Complementary_exams",
"13": "B-Differential_diagnosis",
"14": "I-Differential_diagnosis",
"15": "B-Therapeutic_plan",
"16": "I-Therapeutic_plan"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Complementary_exams": 11,
"B-Differential_diagnosis": 13,
"B-Epidemiology": 3,
"B-Etiology": 5,
"B-History": 7,
"B-Pathophysiology": 1,
"B-Physical_examination": 9,
"B-Therapeutic_plan": 15,
"I-Complementary_exams": 12,
"I-Differential_diagnosis": 14,
"I-Epidemiology": 4,
"I-Etiology": 6,
"I-History": 8,
"I-Pathophysiology": 2,
"I-Physical_examination": 10,
"I-Therapeutic_plan": 16,
"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": null,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 119547
}