irebil's picture
Training in progress, epoch 1
a68ee64 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-Biologic Function",
"3": "B-Cell Function",
"4": "B-Cell or Molecular Dysfunction",
"5": "B-Congenital Abnormality",
"6": "B-Disease or Syndrome",
"7": "B-Experimental Model of Disease",
"8": "B-Genetic Function",
"9": "B-Injury or Poisoning",
"10": "B-Mental Process",
"11": "B-Mental or Behavioral Dysfunction",
"12": "B-Molecular Function",
"13": "B-Neoplastic Process",
"14": "B-Organ or Tissue Function",
"15": "B-Organism Function",
"16": "B-Pathologic Function",
"17": "B-Physiologic Function",
"18": "I-Acquired Abnormality",
"19": "I-Anatomical Abnormality",
"20": "I-Biologic Function",
"21": "I-Cell Function",
"22": "I-Cell or Molecular Dysfunction",
"23": "I-Congenital Abnormality",
"24": "I-Disease or Syndrome",
"25": "I-Experimental Model of Disease",
"26": "I-Genetic Function",
"27": "I-Injury or Poisoning",
"28": "I-Mental Process",
"29": "I-Mental or Behavioral Dysfunction",
"30": "I-Molecular Function",
"31": "I-Neoplastic Process",
"32": "I-Organ or Tissue Function",
"33": "I-Organism Function",
"34": "I-Pathologic Function",
"35": "I-Physiologic Function",
"36": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Acquired Abnormality": 0,
"B-Anatomical Abnormality": 1,
"B-Biologic Function": 2,
"B-Cell Function": 3,
"B-Cell or Molecular Dysfunction": 4,
"B-Congenital Abnormality": 5,
"B-Disease or Syndrome": 6,
"B-Experimental Model of Disease": 7,
"B-Genetic Function": 8,
"B-Injury or Poisoning": 9,
"B-Mental Process": 10,
"B-Mental or Behavioral Dysfunction": 11,
"B-Molecular Function": 12,
"B-Neoplastic Process": 13,
"B-Organ or Tissue Function": 14,
"B-Organism Function": 15,
"B-Pathologic Function": 16,
"B-Physiologic Function": 17,
"I-Acquired Abnormality": 18,
"I-Anatomical Abnormality": 19,
"I-Biologic Function": 20,
"I-Cell Function": 21,
"I-Cell or Molecular Dysfunction": 22,
"I-Congenital Abnormality": 23,
"I-Disease or Syndrome": 24,
"I-Experimental Model of Disease": 25,
"I-Genetic Function": 26,
"I-Injury or Poisoning": 27,
"I-Mental Process": 28,
"I-Mental or Behavioral Dysfunction": 29,
"I-Molecular Function": 30,
"I-Neoplastic Process": 31,
"I-Organ or Tissue Function": 32,
"I-Organism Function": 33,
"I-Pathologic Function": 34,
"I-Physiologic Function": 35,
"O": 36
},
"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
}