model_7012023 / config.json
Buseak's picture
Training in progress, epoch 1
cc42e59
{
"_name_or_path": "Buseak/my_pos_model",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Prop",
"1": "Conj",
"2": "Adj",
"3": "PCNom",
"4": "Interj",
"5": "NNum",
"6": "Dup",
"7": "Ness",
"8": "Postp",
"9": "NAdj",
"10": "PCAbl",
"11": "None",
"12": "Without",
"13": "PCIns",
"14": "Adverb",
"15": "Verb",
"16": "With",
"17": "Ques",
"18": "Pers",
"19": "ANum",
"20": "Noun",
"21": "Demons",
"22": "Punc",
"23": "Reflex",
"24": "PCGen",
"25": "PCDat",
"26": "Since",
"27": "Neg",
"28": "Abr",
"29": "Det",
"30": "Rel",
"31": "Quant",
"32": "Zero",
"33": "PCAcc"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"ANum": 19,
"Abr": 28,
"Adj": 2,
"Adverb": 14,
"Conj": 1,
"Demons": 21,
"Det": 29,
"Dup": 6,
"Interj": 4,
"NAdj": 9,
"NNum": 5,
"Neg": 27,
"Ness": 7,
"None": 11,
"Noun": 20,
"PCAbl": 10,
"PCAcc": 33,
"PCDat": 25,
"PCGen": 24,
"PCIns": 13,
"PCNom": 3,
"Pers": 18,
"Postp": 8,
"Prop": 0,
"Punc": 22,
"Quant": 31,
"Ques": 17,
"Reflex": 23,
"Rel": 30,
"Since": 26,
"Verb": 15,
"With": 16,
"Without": 12,
"Zero": 32
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}