mehrzad-shahin's picture
Update label2id mappings
db884af verified
raw
history blame
1.11 kB
{
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B_quantity",
"2": "B_built_obj",
"3": "I_built_obj",
"4": "B_mep_obj",
"5": "I_mep_obj",
"6": "B_ordinal",
"7": "B_loc_level",
"8": "I_ordinal",
"9": "B_number",
"10": "B_loc_space",
"11": "I_loc_space",
"12": "B_name"
},
"initializer_range": 0.02,
"label2id": {
"O": 0,
"B_quantity": 1,
"B_loc_space": 10,
"I_loc_space": 11,
"B_name": 12,
"B_built_obj": 2,
"I_built_obj": 3,
"B_mep_obj": 4,
"I_mep_obj": 5,
"B_ordinal": 6,
"B_loc_level": 7,
"I_ordinal": 8,
"B_number": 9
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"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.30.2",
"vocab_size": 30522
}