ner_distillbert_v1 / config.json
brendaogutu's picture
Update model to version 4 (#4)
8c87394 verified
raw
history blame contribute delete
916 Bytes
{
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"dtype": "float32",
"hidden_dim": 3072,
"id2label": {
"0": "CALLER",
"1": "PERPETRATOR",
"2": "GENDER",
"3": "VICTIM",
"4": "AGE",
"5": "LOCATION",
"6": "INCIDENT_TYPE",
"7": "O",
"8": "COUNSELOR"
},
"initializer_range": 0.02,
"label2id": {
"AGE": 4,
"CALLER": 0,
"COUNSELOR": 8,
"GENDER": 2,
"INCIDENT_TYPE": 6,
"LOCATION": 5,
"O": 7,
"PERPETRATOR": 1,
"VICTIM": 3
},
"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,
"transformers_version": "4.56.2",
"vocab_size": 28996
}