pabRomero's picture
Training in progress, epoch 0
24f79a6 verified
raw
history blame contribute delete
No virus
1.5 kB
{
"_name_or_path": "allenai/biomed_roberta_base",
"architectures": [
"RobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"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,
"intermediate_size": 3072,
"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
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}