ner-laporgub-jateng / config.json
Mozkyy's picture
Upload config.json
b0d9963 verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_ids": 0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-PROV",
"2": "I-PROV",
"3": "B-KAB",
"4": "I-KAB",
"5": "B-KOTA",
"6": "I-KOTA",
"7": "B-KEC",
"8": "I-KEC",
"9": "B-DESA",
"10": "I-DESA",
"11": "B-JALAN",
"12": "I-JALAN",
"13": "B-FASILITAS",
"14": "I-FASILITAS"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-DESA": 9,
"B-FASILITAS": 13,
"B-JALAN": 11,
"B-KAB": 3,
"B-KEC": 7,
"B-KOTA": 5,
"B-PROV": 1,
"I-DESA": 10,
"I-FASILITAS": 14,
"I-JALAN": 12,
"I-KAB": 4,
"I-KEC": 8,
"I-KOTA": 6,
"I-PROV": 2,
"O": 0
},
"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.57.6",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 31923
}