{ "_name_or_path": "xlm-roberta-large", "architectures": [ "XLMRobertaForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "eos_token_id": 2, "gradient_checkpointing": false, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 1024, "id2label": { "0": "O", "1": "B-nationality", "2": "B-event", "3": "B-person", "4": "B-artwork", "5": "B-location", "6": "B-product", "7": "B-organization", "8": "B-job", "9": "B-time", "10": "I-nationality", "11": "I-event", "12": "I-person", "13": "I-artwork", "14": "I-location", "15": "I-product", "16": "I-organization", "17": "I-job", "18": "I-time" }, "initializer_range": 0.02, "intermediate_size": 4096, "label2id": { "O": 0, "B-nationality": 1, "B-event": 2, "B-person": 3, "B-artwork": 4, "B-location": 5, "B-product": 6, "B-organization": 7, "B-job": 8, "B-time": 9, "I-nationality": 10, "I-event": 11, "I-person": 12, "I-artwork": 13, "I-location": 14, "I-product": 15, "I-organization": 16, "I-job": 17, "I-time": 18 }, "layer_norm_eps": 1e-05, "max_position_embeddings": 514, "model_type": "xlm-roberta", "num_attention_heads": 16, "num_hidden_layers": 24, "output_past": true, "pad_token_id": 1, "position_embedding_type": "absolute", "transformers_version": "4.6.0", "type_vocab_size": 1, "use_cache": true, "vocab_size": 250002 }