juro95's picture
Training in progress epoch 0
83bc5bd
{
"_name_or_path": "xlm-roberta-base",
"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": "O",
"1": "B-occupation",
"10": "I-company_name",
"11": "B-skill",
"12": "I-skill",
"13": "B-nace_code",
"14": "I-nace_code",
"15": "B-location",
"16": "I-location",
"2": "I-occupation",
"3": "B-working_type",
"4": "I-working_type",
"5": "B-experience/seniority",
"6": "I-experience/seniority",
"7": "B-emplyoment-/contract_type",
"8": "I-emplyoment-/contract_type",
"9": "B-company_name"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-company_name": "9",
"B-emplyoment-/contract_type": "7",
"B-experience/seniority": "5",
"B-location": "15",
"B-nace_code": "13",
"B-occupation": "1",
"B-skill": "11",
"B-working_type": "3",
"I-company_name": "10",
"I-emplyoment-/contract_type": "8",
"I-experience/seniority": "6",
"I-location": "16",
"I-nace_code": "14",
"I-occupation": "2",
"I-skill": "12",
"I-working_type": "4",
"O": "0"
},
"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",
"transformers_version": "4.25.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}