AAVE_PoS-Tagger / config.json
DrewG's picture
Training in progress, epoch 1
bc28ccd
{
"_name_or_path": "bert-base-cased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "ADJ",
"1": "ADP",
"2": ".",
"3": "ADV",
"4": "AUX",
"5": "SYM",
"6": "INTJ",
"7": "CONJ",
"8": "X",
"9": "NOUN",
"10": "DET",
"11": "PROPN",
"12": "NUM",
"13": "VERB",
"14": "PRT",
"15": "PRON",
"16": "SCONJ"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
".": 2,
"ADJ": 0,
"ADP": 1,
"ADV": 3,
"AUX": 4,
"CONJ": 7,
"DET": 10,
"INTJ": 6,
"NOUN": 9,
"NUM": 12,
"PRON": 15,
"PROPN": 11,
"PRT": 14,
"SCONJ": 16,
"SYM": 5,
"VERB": 13,
"X": 8
},
"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.29.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 28996
}