cp500's picture
Training in progress, epoch 1
c6ee576
raw
history blame
1.22 kB
{
"_name_or_path": "imvladikon/alephbertgimmel-base-512",
"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": "AFFECTED_ORGANS",
"1": "CONDITION",
"2": "ASSESSMENT",
"3": "ANATOMICAL_SITE",
"4": "TEST",
"5": "RISK_FACTORS",
"6": "FINDINGS",
"7": "MEDICATION",
"8": "0",
"9": "TREATMENT",
"10": "AFFECTED_BODY_PARTS"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"0": 8,
"AFFECTED_BODY_PARTS": 10,
"AFFECTED_ORGANS": 0,
"ANATOMICAL_SITE": 3,
"ASSESSMENT": 2,
"CONDITION": 1,
"FINDINGS": 6,
"MEDICATION": 7,
"RISK_FACTORS": 5,
"TEST": 4,
"TREATMENT": 9
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.34.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 128000
}