Orion-NER-110M-v1 / config.json
rinne1998's picture
Upload 7 files
af70412 verified
{
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-PERSON",
"2": "I-PERSON",
"3": "B-LOCATION",
"4": "I-LOCATION",
"5": "B-ORGANIZATION",
"6": "I-ORGANIZATION",
"7": "B-MISC",
"8": "I-MISC"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-LOCATION": 3,
"B-MISC": 7,
"B-ORGANIZATION": 5,
"B-PERSON": 1,
"I-LOCATION": 4,
"I-MISC": 8,
"I-ORGANIZATION": 6,
"I-PERSON": 2,
"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",
"transformers_version": "4.57.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 7027
}