PetBERT_ICD / config.json
seanfarrell's picture
Initial Push
1ce5e6a verified
{
"_name_or_path": "save_none_newset/bert-base-uncased-finetuned-Vet/checkpoint-664281",
"architectures": [
"BertForSequenceClassification"
],
"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": "Diseases of the Ear or Mastoid Process",
"1": "Mental, behavioural or neurodevelopmental disorders",
"2": "Diseases of the blood or blood-forming organs",
"3": "Diseases of the circulatory system",
"4": "Dental",
"5": "Developmental anomalies",
"6": "Diseases of the digestive system",
"7": "Endocrine, nutritional or metabolic diseases",
"8": "Diseases of the immune system",
"9": "Certain infectious or parasitic diseases",
"10": "Diseases of the skin",
"11": "Diseases of the musculoskeletal system or connective tissue",
"12": "Neoplasms",
"13": "Diseases of the nervous system",
"14": "Diseases of the visual system",
"15": "Certain conditions originating in the perinatal period",
"16": "Pregnancy, childbirth or the puerperium",
"17": "Diseases of the respiratory system",
"18": "Injury, poisoning or certain other consequences of external causes",
"19": "Diseases of the genitourinary system"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Auditory_Labels": 0,
"Behaviour_Labels": 1,
"Bloods_Labels": 2,
"Circulatory_Labels": 3,
"Dental_Labels": 4,
"Developmental_Labels": 5,
"Digestive_Labels": 6,
"Endocrine_Labels": 7,
"Immuno_Labels": 8,
"Infectious_Parasites_Labels": 9,
"Integument_Labels": 10,
"Muskuloskeletal_Labels": 11,
"Neoplasia_Labels": 12,
"Neurological_Labels": 13,
"Ocular_Labels": 14,
"Perinetal_Period_Labels": 15,
"Pregnancy_Labels": 16,
"Respiratory_Labels": 17,
"Trauma_Labels": 18,
"Urinary_Labels": 19
},
"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",
"problem_type": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}