EvanD's picture
Upload XLMRobertaForTokenClassification
df3b9c6
{
"_name_or_path": "EvanD/dutch-ner-xlm-conll2003",
"architectures": [
"XLMRobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "<unk>",
"1": "O",
"2": "B-ORG",
"3": "B-MISC",
"4": "B-PER",
"5": "I-PER",
"6": "B-PER",
"7": "B-LOC",
"8": "B-MISC",
"9": "I-MISC",
"10": "B-ORG",
"11": "I-ORG",
"12": "I-ORG",
"13": "I-PER",
"14": "B-LOC",
"15": "I-LOC",
"16": "I-LOC",
"17": "I-MISC",
"18": "<START>",
"19": "<STOP>"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"<START>": 18,
"<STOP>": 19,
"<unk>": 0,
"B-LOC": 14,
"B-MISC": 8,
"B-ORG": 10,
"B-PER": 6,
"I-LOC": 16,
"I-MISC": 17,
"I-ORG": 12,
"I-PER": 13,
"O": 1
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_hidden_states": true,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.31.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}