kmdb_ner_model / config.json
boapps's picture
End of training
5a27a9e verified
raw
history blame
1.26 kB
{
"_name_or_path": "SZTAKI-HLT/hubert-base-cc",
"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": "O",
"1": "B-NEG-ORG",
"2": "B-POS-ORG",
"3": "I-NEG-ORG",
"4": "I-POS-ORG",
"5": "B-NEG-PER",
"6": "B-POS-PER",
"7": "I-NEG-PER",
"8": "I-POS-PER",
"9": "B-NEG-LOC",
"10": "B-POS-LOC",
"11": "I-NEG-LOC",
"12": "I-POS-LOC"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-NEG-LOC": 9,
"B-NEG-ORG": 1,
"B-NEG-PER": 5,
"B-POS-LOC": 10,
"B-POS-ORG": 2,
"B-POS-PER": 6,
"I-NEG-LOC": 11,
"I-NEG-ORG": 3,
"I-NEG-PER": 7,
"I-POS-LOC": 12,
"I-POS-ORG": 4,
"I-POS-PER": 8,
"O": 0
},
"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.38.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32001
}