Sonatafyai's picture
Training in progress, epoch 1
b551849 verified
{
"_name_or_path": "bert-base-uncased",
"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": "urinary tract infection",
"1": "common cold",
"2": "arthritis",
"3": "allergy",
"4": "typhoid",
"5": "gastroesophageal reflux disease",
"6": "impetigo",
"7": "chicken pox",
"8": "hypertension",
"9": "peptic ulcer disease",
"10": "diabetes",
"11": "jaundice",
"12": "dengue",
"13": "drug reaction",
"14": "psoriasis",
"15": "fungal infection",
"16": "bronchial asthma",
"17": "migraine",
"18": "malaria",
"19": "pneumonia",
"20": "cervical spondylosis",
"21": "varicose veins"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"allergy": 3,
"arthritis": 2,
"bronchial asthma": 16,
"cervical spondylosis": 20,
"chicken pox": 7,
"common cold": 1,
"dengue": 12,
"diabetes": 10,
"drug reaction": 13,
"fungal infection": 15,
"gastroesophageal reflux disease": 5,
"hypertension": 8,
"impetigo": 6,
"jaundice": 11,
"malaria": 18,
"migraine": 17,
"peptic ulcer disease": 9,
"pneumonia": 19,
"psoriasis": 14,
"typhoid": 4,
"urinary tract infection": 0,
"varicose veins": 21
},
"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": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.40.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}