nl-ner-1 / config.json
cw1521's picture
Upload 8 files
8d44728 verified
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "LDEMO",
"2": "LB",
"3": "VBA",
"4": "LGROUND",
"5": "LBALL",
"6": "LSP",
"7": "VSPEED",
"8": "LD",
"9": "VDIR",
"10": "LBRAKE",
"11": "LSTE",
"12": "VSTEER",
"13": "LTHROT",
"14": "VTHROTTLE",
"15": "LBOOST",
"16": "LPOS"
},
"initializer_range": 0.02,
"label2id": {
"LB": 2,
"LBALL": 5,
"LBOOST": 15,
"LBRAKE": 10,
"LD": 8,
"LDEMO": 1,
"LGROUND": 4,
"LPOS": 16,
"LSP": 6,
"LSTE": 11,
"LTHROT": 13,
"O": 0,
"VBA": 3,
"VDIR": 9,
"VSPEED": 7,
"VSTEER": 12,
"VTHROTTLE": 14
},
"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.44.2",
"vocab_size": 30522
}