{ | |
"_name_or_path": "distilbert/distilbert-base-cased", | |
"activation": "gelu", | |
"architectures": [ | |
"DistilBertForSequenceClassification" | |
], | |
"attention_dropout": 0.1, | |
"dim": 768, | |
"dropout": 0.1, | |
"hidden_dim": 3072, | |
"id2label": { | |
"0": "Allergic sinusitis", | |
"1": "Anaphylaxis", | |
"2": "Chagas", | |
"3": "HIV (initial infection)", | |
"4": "Influenza", | |
"5": "Localized edema", | |
"6": "SLE", | |
"7": "Sarcoidosis", | |
"8": "Tuberculosis", | |
"9": "Whooping cough" | |
}, | |
"initializer_range": 0.02, | |
"label2id": { | |
"Allergic sinusitis": 0, | |
"Anaphylaxis": 1, | |
"Chagas": 2, | |
"HIV (initial infection)": 3, | |
"Influenza": 4, | |
"Localized edema": 5, | |
"SLE": 6, | |
"Sarcoidosis": 7, | |
"Tuberculosis": 8, | |
"Whooping cough": 9 | |
}, | |
"max_position_embeddings": 512, | |
"model_type": "distilbert", | |
"n_heads": 12, | |
"n_layers": 6, | |
"output_past": true, | |
"pad_token_id": 0, | |
"qa_dropout": 0.1, | |
"seq_classif_dropout": 0.2, | |
"sinusoidal_pos_embds": false, | |
"tie_weights_": true, | |
"transformers_version": "4.41.0", | |
"vocab_size": 28996 | |
} | |