ghotriw's picture
Upload folder using huggingface_hub
44ca33a verified
Raw
History Blame Contribute Delete
3.67 kB
{
"model_type": "modern_biaffine_parser",
"encoder": "microsoft/deberta-v3-xsmall",
"fix_len": 20,
"n_arc_mlp": 500,
"n_rel_mlp": 100,
"n_pos_mlp": 256,
"mlp_dropout": 0.33,
"task": "upos_feats",
"n_rels": 53,
"n_upos": 19,
"rel_vocab": {
"<pad>": 0,
"<bos>": 1,
"root": 2,
"punct": 3,
"flat": 4,
"amod": 5,
"nsubj": 6,
"parataxis": 7,
"obj": 8,
"det": 9,
"appos": 10,
"case": 11,
"nmod": 12,
"aux": 13,
"iobj": 14,
"obl": 15,
"mark": 16,
"acl": 17,
"ccomp": 18,
"compound:prt": 19,
"nummod": 20,
"nsubj:pass": 21,
"aux:pass": 22,
"obl:agent": 23,
"cop": 24,
"compound": 25,
"advmod": 26,
"nsubj:outer": 27,
"xcomp": 28,
"nmod:poss": 29,
"cc": 30,
"conj": 31,
"advcl": 32,
"acl:relcl": 33,
"expl": 34,
"nmod:unmarked": 35,
"fixed": 36,
"det:predet": 37,
"obl:unmarked": 38,
"advcl:relcl": 39,
"csubj": 40,
"orphan": 41,
"csubj:pass": 42,
"vocative": 43,
"discourse": 44,
"nmod:desc": 45,
"list": 46,
"dislocated": 47,
"reparandum": 48,
"cc:preconj": 49,
"csubj:outer": 50,
"goeswith": 51,
"dep": 52
},
"pos_vocab": {
"<pad>": 0,
"<bos>": 1,
"PROPN": 2,
"PUNCT": 3,
"ADJ": 4,
"NOUN": 5,
"VERB": 6,
"DET": 7,
"ADP": 8,
"AUX": 9,
"PRON": 10,
"PART": 11,
"SCONJ": 12,
"NUM": 13,
"ADV": 14,
"CCONJ": 15,
"INTJ": 16,
"X": 17,
"SYM": 18
},
"arc_score_convention": "dep_head",
"n_feats_mlp": 256,
"feats_vocab": {
"Abbr": {
"_": 0,
"Yes": 1
},
"Case": {
"_": 0,
"Acc": 1,
"Gen": 2,
"Nom": 3
},
"Definite": {
"_": 0,
"Def": 1,
"Ind": 2
},
"Degree": {
"_": 0,
"Cmp": 1,
"Pos": 2,
"Sup": 3
},
"ExtPos": {
"_": 0,
"ADP": 1,
"ADV": 2,
"CCONJ": 3,
"NOUN": 4,
"PRON": 5,
"PROPN": 6,
"SCONJ": 7
},
"Foreign": {
"_": 0,
"Yes": 1
},
"Gender": {
"_": 0,
"Fem": 1,
"Fem,Masc": 2,
"Masc": 3,
"Neut": 4
},
"Mood": {
"_": 0,
"Imp": 1,
"Ind": 2,
"Sub": 3
},
"NumForm": {
"_": 0,
"Combi": 1,
"Digit": 2,
"Roman": 3,
"Word": 4
},
"NumType": {
"_": 0,
"Card": 1,
"Frac": 2,
"Mult": 3,
"Ord": 4
},
"Number": {
"_": 0,
"Plur": 1,
"Ptan": 2,
"Sing": 3
},
"Person": {
"_": 0,
"1": 1,
"2": 2,
"3": 3
},
"Polarity": {
"_": 0,
"Neg": 1,
"Pos": 2
},
"Poss": {
"_": 0,
"Yes": 1
},
"PronType": {
"_": 0,
"Art": 1,
"Dem": 2,
"Emp": 3,
"Ind": 4,
"Int": 5,
"Neg": 6,
"Prs": 7,
"Rcp": 8,
"Rel": 9,
"Tot": 10
},
"Reflex": {
"_": 0,
"Yes": 1
},
"Style": {
"_": 0,
"Arch": 1,
"Coll": 2,
"Expr": 3,
"Slng": 4,
"Vrnc": 5
},
"Tense": {
"_": 0,
"Past": 1,
"Pres": 2
},
"Typo": {
"_": 0,
"Yes": 1
},
"VerbForm": {
"_": 0,
"Fin": 1,
"Ger": 2,
"Inf": 3,
"Part": 4
},
"Voice": {
"_": 0,
"Pass": 1
}
},
"feats_sizes": [
2,
4,
3,
4,
8,
2,
5,
4,
5,
5,
4,
4,
3,
2,
11,
2,
6,
3,
2,
5,
2
],
"n_feat_cats": 21,
"feat_vmax": 11
}