| { | |
| "_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-nace_code", | |
| "11": "B-location", | |
| "12": "I-location", | |
| "13": "B-emplyoment-/contract_type", | |
| "14": "I-emplyoment-/contract_type", | |
| "15": "B-skill", | |
| "16": "I-skill", | |
| "2": "I-occupation", | |
| "3": "B-company_name", | |
| "4": "I-company_name", | |
| "5": "B-working_type", | |
| "6": "I-working_type", | |
| "7": "B-experience/seniority", | |
| "8": "I-experience/seniority", | |
| "9": "B-nace_code" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-company_name": "3", | |
| "B-emplyoment-/contract_type": "13", | |
| "B-experience/seniority": "7", | |
| "B-location": "11", | |
| "B-nace_code": "9", | |
| "B-occupation": "1", | |
| "B-skill": "15", | |
| "B-working_type": "5", | |
| "I-company_name": "4", | |
| "I-emplyoment-/contract_type": "14", | |
| "I-experience/seniority": "8", | |
| "I-location": "12", | |
| "I-nace_code": "10", | |
| "I-occupation": "2", | |
| "I-skill": "16", | |
| "I-working_type": "6", | |
| "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 | |
| } | |