{ | |
"_name_or_path": "experiments/llm-based/distilbert-base-cased_15", | |
"activation": "gelu", | |
"architectures": [ | |
"DistilBertForTokenClassification" | |
], | |
"attention_dropout": 0.1, | |
"dim": 768, | |
"dropout": 0.1, | |
"hidden_dim": 3072, | |
"id2label": { | |
"0": "O", | |
"1": "B-Event", | |
"2": "I-Event", | |
"3": "E-Event", | |
"4": "S-Event", | |
"5": "B-NonEvent", | |
"6": "I-NonEvent", | |
"7": "E-NonEvent", | |
"8": "S-NonEvent" | |
}, | |
"initializer_range": 0.02, | |
"label2id": { | |
"B-Event": 1, | |
"B-NonEvent": 5, | |
"E-Event": 3, | |
"E-NonEvent": 7, | |
"I-Event": 2, | |
"I-NonEvent": 6, | |
"O": 0, | |
"S-Event": 4, | |
"S-NonEvent": 8 | |
}, | |
"max_position_embeddings": 512, | |
"model_type": "distilbert", | |
"n_heads": 12, | |
"n_layers": 6, | |
"output_past": true, | |
"pad_token_id": 0, | |
"qa_dropout": 0.1, | |
"seq_classif_dropout": 0.2, | |
"sinusoidal_pos_embds": false, | |
"tie_weights_": true, | |
"torch_dtype": "float32", | |
"transformers_version": "4.24.0", | |
"vocab_size": 28996 | |
} | |