{ "_name_or_path": "xlm-roberta-large", "architectures": [ "XLMRobertaForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "class_weights": [ 0.051408588886260986, 218.4052734375, 474.7940673828125, 7.831514358520508, 6.585613250732422, 35.71047592163086, 22.00778579711914, 4.2703986167907715, 29.498281478881836, 2.794621706008911, 6.340879917144775, 15.247506141662598, 7.700087070465088, 18200.439453125, 4.62644624710083, 2.72352933883667, 99.81959533691406, 111.65913391113281, 3.30476450920105, 3.437504291534424, 111.65913391113281, 223.77589416503906 ], "classifier_dropout": null, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 1024, "id2label": { "1": "B-CARDINAL", "2": "I-CARDINAL", "3": "B-DATE", "4": "I-DATE", "5": "B-EVENT", "6": "I-EVENT", "7": "B-GPE", "8": "I-GPE", "9": "B-LOC", "10": "I-LOC", "11": "B-MONEY", "12": "I-MONEY", "13": "O", "14": "B-ORDINAL", "15": "B-ORG", "16": "I-ORG", "17": "B-PERCENT", "18": "I-PERCENT", "19": "B-PERSON", "20": "I-PERSON", "21": "B-TIME", "22": "I-TIME" }, "initializer_range": 0.02, "intermediate_size": 4096, "label2id": { "B-CARDINAL": 1, "B-DATE": 3, "B-EVENT": 5, "B-GPE": 7, "B-LOC": 9, "B-MONEY": 11, "B-ORDINAL": 14, "B-ORG": 15, "B-PERCENT": 17, "B-PERSON": 19, "B-TIME": 21, "I-CARDINAL": 2, "I-DATE": 4, "I-EVENT": 6, "I-GPE": 8, "I-LOC": 10, "I-MONEY": 12, "I-ORG": 16, "I-PERCENT": 18, "I-PERSON": 20, "I-TIME": 22, "O": 13 }, "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", "torch_dtype": "float16", "transformers_version": "4.49.0", "type_vocab_size": 1, "use_cache": true, "vocab_size": 250002 }