POS_Arabic / config.json
AlaaHussien's picture
Training in progress epoch 0
037f1ed
{
"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": "ADP",
"1": "X",
"2": "NUM",
"3": "SYM",
"4": "NOUN",
"5": "AUX",
"6": "SCONJ",
"7": "PART",
"8": "CCONJ",
"9": "PUNCT",
"10": "ADJ",
"11": "PRON",
"12": "PROPN",
"13": "INTJ",
"14": "DET",
"15": "VERB",
"16": "ADV"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"ADJ": 10,
"ADP": 0,
"ADV": 16,
"AUX": 5,
"CCONJ": 8,
"DET": 14,
"INTJ": 13,
"NOUN": 4,
"NUM": 2,
"PART": 7,
"PRON": 11,
"PROPN": 12,
"PUNCT": 9,
"SCONJ": 6,
"SYM": 3,
"VERB": 15,
"X": 1
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"transformers_version": "4.51.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}