Arofat's picture
Upload XLMRobertaForTokenClassification
1ddcd4f verified
{
"_name_or_path": "./final_model/uzbek_dep",
"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": " nsubj",
"1": "_",
"2": "acl",
"3": "advcl",
"4": "advmod",
"5": "amod",
"6": "appos",
"7": "aux",
"8": "case",
"9": "cc",
"10": "ccomp",
"11": "compound",
"12": "compound:lvc",
"13": "conj",
"14": "cop",
"15": "csubj",
"16": "det",
"17": "discourse",
"18": "expl",
"19": "fixed",
"20": "flat",
"21": "iobj",
"22": "mark",
"23": "nmod",
"24": "nmod:poss",
"25": "nsubj",
"26": "nsubj:pass",
"27": "nummod",
"28": "obj",
"29": "obl",
"30": "parataxis",
"31": "punct",
"32": "punt",
"33": "root",
"34": "vocative",
"35": "xcomp"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
" nsubj": 0,
"_": 1,
"acl": 2,
"advcl": 3,
"advmod": 4,
"amod": 5,
"appos": 6,
"aux": 7,
"case": 8,
"cc": 9,
"ccomp": 10,
"compound": 11,
"compound:lvc": 12,
"conj": 13,
"cop": 14,
"csubj": 15,
"det": 16,
"discourse": 17,
"expl": 18,
"fixed": 19,
"flat": 20,
"iobj": 21,
"mark": 22,
"nmod": 23,
"nmod:poss": 24,
"nsubj": 25,
"nsubj:pass": 26,
"nummod": 27,
"obj": 28,
"obl": 29,
"parataxis": 30,
"punct": 31,
"punt": 32,
"root": 33,
"vocative": 34,
"xcomp": 35
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.48.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}