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