{ "_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": "arthritis", "1": "drug reaction", "2": "typhoid", "3": "varicose veins", "4": "gastroesophageal reflux disease", "5": "chicken pox", "6": "impetigo", "7": "fungal infection", "8": "pneumonia", "9": "dengue", "10": "bronchial asthma", "11": "allergy", "12": "migraine", "13": "psoriasis", "14": "peptic ulcer disease", "15": "hypertension", "16": "urinary tract infection", "17": "jaundice", "18": "common cold", "19": "malaria", "20": "cervical spondylosis", "21": "diabetes" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "allergy": 11, "arthritis": 0, "bronchial asthma": 10, "cervical spondylosis": 20, "chicken pox": 5, "common cold": 18, "dengue": 9, "diabetes": 21, "drug reaction": 1, "fungal infection": 7, "gastroesophageal reflux disease": 4, "hypertension": 15, "impetigo": 6, "jaundice": 17, "malaria": 19, "migraine": 12, "peptic ulcer disease": 14, "pneumonia": 8, "psoriasis": 13, "typhoid": 2, "urinary tract infection": 16, "varicose veins": 3 }, "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.38.2", "type_vocab_size": 2, "use_cache": true, "vocab_size": 30522 }