pabRomero's picture
Training in progress, epoch 0
9d152f2 verified
raw
history blame
1.39 kB
{
"_name_or_path": "medicalai/ClinicalBERT",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-Drug",
"2": "I-Drug",
"3": "B-Reason",
"4": "I-Reason",
"5": "B-Route",
"6": "I-Route",
"7": "B-Strength",
"8": "I-Strength",
"9": "B-Form",
"10": "I-Form",
"11": "B-Dosage",
"12": "I-Dosage",
"13": "B-Frequency",
"14": "I-Frequency",
"15": "B-Duration",
"16": "I-Duration",
"17": "B-ADE",
"18": "I-ADE"
},
"initializer_range": 0.02,
"label2id": {
"B-ADE": 17,
"B-Dosage": 11,
"B-Drug": 1,
"B-Duration": 15,
"B-Form": 9,
"B-Frequency": 13,
"B-Reason": 3,
"B-Route": 5,
"B-Strength": 7,
"I-ADE": 18,
"I-Dosage": 12,
"I-Drug": 2,
"I-Duration": 16,
"I-Form": 10,
"I-Frequency": 14,
"I-Reason": 4,
"I-Route": 6,
"I-Strength": 8,
"O": 0
},
"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,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"vocab_size": 119547
}