oalz-1788-q1-ner-event / config.json
LelViLamp's picture
Upload BertForTokenClassification
f7a4a93 verified
raw
history blame contribute delete
No virus
1.69 kB
{
"_name_or_path": "/Users/daniel/source/repos/lelvilamp/kediff-ner-training/data/trained_models/2024-01-15/oalz-1788-q1-ner-EVENT/checkpoint-1393",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-EVENT",
"2": "I-EVENT",
"3": "L-EVENT",
"4": "U-EVENT",
"5": "B-LOC",
"6": "I-LOC",
"7": "L-LOC",
"8": "U-LOC",
"9": "B-MISC",
"10": "I-MISC",
"11": "L-MISC",
"12": "U-MISC",
"13": "B-ORG",
"14": "I-ORG",
"15": "L-ORG",
"16": "U-ORG",
"17": "B-PER",
"18": "I-PER",
"19": "L-PER",
"20": "U-PER",
"21": "B-TIME",
"22": "I-TIME",
"23": "L-TIME",
"24": "U-TIME"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-EVENT": 1,
"B-LOC": 5,
"B-MISC": 9,
"B-ORG": 13,
"B-PER": 17,
"B-TIME": 21,
"I-EVENT": 2,
"I-LOC": 6,
"I-MISC": 10,
"I-ORG": 14,
"I-PER": 18,
"I-TIME": 22,
"L-EVENT": 3,
"L-LOC": 7,
"L-MISC": 11,
"L-ORG": 15,
"L-PER": 19,
"L-TIME": 23,
"O": 0,
"U-EVENT": 4,
"U-LOC": 8,
"U-MISC": 12,
"U-ORG": 16,
"U-PER": 20,
"U-TIME": 24
},
"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.37.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32000
}