khygopole's picture
Fixed Label Names
0c63575 verified
raw
history blame
1.05 kB
{
"_name_or_path": "medicalai/ClinicalBERT",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "JACKFRUIT",
"1": "SAMBONG",
"2": "LEMON",
"3": "JASMINE",
"4": "MANGO",
"5": "MINT",
"6": "AMPALAYA",
"7": "MALUNGGAY",
"8": "GUAVA",
"9": "LAGUNDI"
},
"initializer_range": 0.02,
"label2id": {
"JACKFRUIT": 0,
"SAMBONG": 1,
"LEMON": 2,
"JASMINE": 3,
"MANGO": 4,
"MINT": 5,
"AMPALAYA": 6,
"MALUNGGAY": 7,
"GUAVA": 8,
"LAGUNDI": 9
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.37.0",
"vocab_size": 119547
}