irebil's picture
Training in progress, epoch 1
07812de verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-Acquired Abnormality",
"1": "B-Anatomical Abnormality",
"2": "B-Anatomical Structure",
"3": "B-Body Location or Region",
"4": "B-Body Part, Organ, or Organ Component",
"5": "B-Body Space or Junction",
"6": "B-Body System",
"7": "B-Cell",
"8": "B-Cell Component",
"9": "B-Cell or Molecular Dysfunction",
"10": "B-Congenital Abnormality",
"11": "B-Disease or Syndrome",
"12": "B-Embryonic Structure",
"13": "B-Experimental Model of Disease",
"14": "B-Fully Formed Anatomical Structure",
"15": "B-Injury or Poisoning",
"16": "B-Mental or Behavioral Dysfunction",
"17": "B-Neoplastic Process",
"18": "B-Pathologic Function",
"19": "B-Tissue",
"20": "I-Acquired Abnormality",
"21": "I-Anatomical Abnormality",
"22": "I-Anatomical Structure",
"23": "I-Body Location or Region",
"24": "I-Body Part, Organ, or Organ Component",
"25": "I-Body Space or Junction",
"26": "I-Body System",
"27": "I-Cell",
"28": "I-Cell Component",
"29": "I-Cell or Molecular Dysfunction",
"30": "I-Congenital Abnormality",
"31": "I-Disease or Syndrome",
"32": "I-Embryonic Structure",
"33": "I-Experimental Model of Disease",
"34": "I-Fully Formed Anatomical Structure",
"35": "I-Injury or Poisoning",
"36": "I-Mental or Behavioral Dysfunction",
"37": "I-Neoplastic Process",
"38": "I-Pathologic Function",
"39": "I-Tissue",
"40": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Acquired Abnormality": 0,
"B-Anatomical Abnormality": 1,
"B-Anatomical Structure": 2,
"B-Body Location or Region": 3,
"B-Body Part, Organ, or Organ Component": 4,
"B-Body Space or Junction": 5,
"B-Body System": 6,
"B-Cell": 7,
"B-Cell Component": 8,
"B-Cell or Molecular Dysfunction": 9,
"B-Congenital Abnormality": 10,
"B-Disease or Syndrome": 11,
"B-Embryonic Structure": 12,
"B-Experimental Model of Disease": 13,
"B-Fully Formed Anatomical Structure": 14,
"B-Injury or Poisoning": 15,
"B-Mental or Behavioral Dysfunction": 16,
"B-Neoplastic Process": 17,
"B-Pathologic Function": 18,
"B-Tissue": 19,
"I-Acquired Abnormality": 20,
"I-Anatomical Abnormality": 21,
"I-Anatomical Structure": 22,
"I-Body Location or Region": 23,
"I-Body Part, Organ, or Organ Component": 24,
"I-Body Space or Junction": 25,
"I-Body System": 26,
"I-Cell": 27,
"I-Cell Component": 28,
"I-Cell or Molecular Dysfunction": 29,
"I-Congenital Abnormality": 30,
"I-Disease or Syndrome": 31,
"I-Embryonic Structure": 32,
"I-Experimental Model of Disease": 33,
"I-Fully Formed Anatomical Structure": 34,
"I-Injury or Poisoning": 35,
"I-Mental or Behavioral Dysfunction": 36,
"I-Neoplastic Process": 37,
"I-Pathologic Function": 38,
"I-Tissue": 39,
"O": 40
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"transformers_version": "4.57.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}