codymd's picture
End of training
67f3fbe verified
raw
history blame
3.19 kB
{
"_name_or_path": "xlnet/xlnet-base-cased",
"architectures": [
"XLNetForTokenClassification"
],
"attn_type": "bi",
"bi_data": false,
"bos_token_id": 1,
"clamp_len": -1,
"d_head": 64,
"d_inner": 3072,
"d_model": 768,
"dropout": 0.1,
"end_n_top": 5,
"eos_token_id": 2,
"ff_activation": "gelu",
"id2label": {
"0": "B-U:PREP",
"1": "I-U:VERB:TENSE",
"2": "I-R:NOUN:INFL",
"3": "I-R:VERB:TENSE",
"4": "I-R:WO",
"5": "I-U:OTHER",
"6": "B-U:VERB",
"7": "B-R:VERB:INFL",
"8": "I-R:VERB:INFL",
"9": "B-R:VERB:SVA",
"10": "B-U:NOUN",
"11": "B-R:PREP",
"12": "I-U:NOUN",
"13": "B-U:CONJ",
"14": "I-R:PUNCT",
"15": "B-R:SPELL",
"16": "B-U:PRON",
"17": "I-R:SPELL",
"18": "B-R:WO",
"19": "I-R:MORPH",
"20": "B-R:VERB:TENSE",
"21": "B-R:NOUN",
"22": "I-R:OTHER",
"23": "B-U:DET",
"24": "B-U:PART",
"25": "B-R:ADV",
"26": "I-R:VERB:SVA",
"27": "I-R:DET",
"28": "B-R:NOUN:NUM",
"29": "O",
"30": "B-R:ADJ",
"31": "B-U:VERB:TENSE",
"32": "B-R:PRON",
"33": "I-U:VERB",
"34": "I-R:ADV",
"35": "I-R:VERB:FORM",
"36": "B-R:OTHER",
"37": "B-U:VERB:FORM",
"38": "B-U:ADV",
"39": "B-R:NOUN:INFL",
"40": "B-R:PART",
"41": "B-U:OTHER",
"42": "I-R:VERB",
"43": "B-R:PUNCT",
"44": "B-R:VERB",
"45": "B-R:DET",
"46": "B-R:MORPH",
"47": "I-R:NOUN",
"48": "B-R:VERB:FORM",
"49": "B-R:ADJ:FORM"
},
"initializer_range": 0.02,
"label2id": {
"B-R:ADJ": 30,
"B-R:ADJ:FORM": 49,
"B-R:ADV": 25,
"B-R:DET": 45,
"B-R:MORPH": 46,
"B-R:NOUN": 21,
"B-R:NOUN:INFL": 39,
"B-R:NOUN:NUM": 28,
"B-R:OTHER": 36,
"B-R:PART": 40,
"B-R:PREP": 11,
"B-R:PRON": 32,
"B-R:PUNCT": 43,
"B-R:SPELL": 15,
"B-R:VERB": 44,
"B-R:VERB:FORM": 48,
"B-R:VERB:INFL": 7,
"B-R:VERB:SVA": 9,
"B-R:VERB:TENSE": 20,
"B-R:WO": 18,
"B-U:ADV": 38,
"B-U:CONJ": 13,
"B-U:DET": 23,
"B-U:NOUN": 10,
"B-U:OTHER": 41,
"B-U:PART": 24,
"B-U:PREP": 0,
"B-U:PRON": 16,
"B-U:VERB": 6,
"B-U:VERB:FORM": 37,
"B-U:VERB:TENSE": 31,
"I-R:ADV": 34,
"I-R:DET": 27,
"I-R:MORPH": 19,
"I-R:NOUN": 47,
"I-R:NOUN:INFL": 2,
"I-R:OTHER": 22,
"I-R:PUNCT": 14,
"I-R:SPELL": 17,
"I-R:VERB": 42,
"I-R:VERB:FORM": 35,
"I-R:VERB:INFL": 8,
"I-R:VERB:SVA": 26,
"I-R:VERB:TENSE": 3,
"I-R:WO": 4,
"I-U:NOUN": 12,
"I-U:OTHER": 5,
"I-U:VERB": 33,
"I-U:VERB:TENSE": 1,
"O": 29
},
"layer_norm_eps": 1e-12,
"mem_len": null,
"model_type": "xlnet",
"n_head": 12,
"n_layer": 12,
"pad_token_id": 5,
"reuse_len": null,
"same_length": false,
"start_n_top": 5,
"summary_activation": "tanh",
"summary_last_dropout": 0.1,
"summary_type": "last",
"summary_use_proj": true,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 250
}
},
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"untie_r": true,
"use_mems_eval": true,
"use_mems_train": false,
"vocab_size": 32000
}