joheras's picture
Training in progress, epoch 1
fca6da3
{
"_name_or_path": "joheras/xlm-roberta-base-finetuned-clinais",
"architectures": [
"XLMRobertaForTokenClassification"
],
"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": "B-DERIVED_FROM/TO",
"1": "B-EVOLUTION",
"2": "B-EXPLORATION",
"3": "B-FAMILY_HISTORY",
"4": "B-PAST_MEDICAL_HISTORY",
"5": "B-PRESENT_ILLNESS",
"6": "B-TREATMENT",
"7": "I-DERIVED_FROM/TO",
"8": "I-EVOLUTION",
"9": "I-EXPLORATION",
"10": "I-FAMILY_HISTORY",
"11": "I-PAST_MEDICAL_HISTORY",
"12": "I-PRESENT_ILLNESS",
"13": "I-TREATMENT"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-DERIVED_FROM/TO": 0,
"B-EVOLUTION": 1,
"B-EXPLORATION": 2,
"B-FAMILY_HISTORY": 3,
"B-PAST_MEDICAL_HISTORY": 4,
"B-PRESENT_ILLNESS": 5,
"B-TREATMENT": 6,
"I-DERIVED_FROM/TO": 7,
"I-EVOLUTION": 8,
"I-EXPLORATION": 9,
"I-FAMILY_HISTORY": 10,
"I-PAST_MEDICAL_HISTORY": 11,
"I-PRESENT_ILLNESS": 12,
"I-TREATMENT": 13
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.27.0.dev0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}