my_distilbert / config.json
yamini0506's picture
End of training
a668a69
{
"_name_or_path": "distilbert/distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-geo",
"2": "B-gpe",
"3": "B-per",
"4": "I-geo",
"5": "B-org",
"6": "I-org",
"7": "B-tim",
"8": "B-art",
"9": "I-art",
"10": "I-per",
"11": "I-gpe",
"12": "I-tim",
"13": "B-nat",
"14": "B-eve",
"15": "I-eve",
"16": "I-nat"
},
"initializer_range": 0.02,
"label2id": {
"B-art": 8,
"B-eve": 14,
"B-geo": 1,
"B-gpe": 2,
"B-nat": 13,
"B-org": 5,
"B-per": 3,
"B-tim": 7,
"I-art": 9,
"I-eve": 15,
"I-geo": 4,
"I-gpe": 11,
"I-nat": 16,
"I-org": 6,
"I-per": 10,
"I-tim": 12,
"O": 0
},
"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.31.0",
"vocab_size": 28996
}