Sankalp-Bahad's picture
Upload 7 files
388c82b verified
raw
history blame contribute delete
No virus
1.41 kB
{
"_name_or_path": "cfilt/HiNER-original-xlm-roberta-large",
"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": 1024,
"id2label": {
"0": "O",
"1": "O",
"2": "O",
"3": "B-NEAR",
"4": "B-NEL",
"5": "O",
"6": "B-NEN",
"7": "B-NEO",
"8": "B-NEP",
"9": "O",
"10": "B-NETI",
"11": "O",
"12": "O",
"13": "O",
"14": "I-NEAR",
"15": "I-NEL",
"16": "O",
"17": "I-NEN",
"18": "I-NEO",
"19": "I-NEP",
"20": "O",
"21": "I-NETI",
"22": "O"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"O" : 22 ,
"B-NEAR" : 3 ,
"B-NEL" : 4 ,
"B-NEN" : 6 ,
"B-NEO" : 7 ,
"B-NEP" : 8 ,
"B-NETI" : 10 ,
"I-NEAR" : 14 ,
"I-NEL" : 15 ,
"I-NEN" : 17 ,
"I-NEO" : 18 ,
"I-NEP" : 19 ,
"I-NETI" : 21
},
"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": "float32",
"transformers_version": "4.41.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}