distilbert-12-classes / config.json
AlexxxSem's picture
End of training
6f9997e verified
raw
history blame
1.04 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "YES",
"1": "NO",
"2": "RIGHT",
"3": "LEFT",
"4": "FORWARD",
"5": "BACK",
"6": "HAPPY",
"7": "SAD",
"8": "SWORD",
"9": "BOW",
"10": "GO",
"11": "STAY"
},
"initializer_range": 0.02,
"label2id": {
"BACK": 5,
"BOW": 9,
"FORWARD": 4,
"GO": 10,
"HAPPY": 6,
"LEFT": 3,
"NO": 1,
"RIGHT": 2,
"SAD": 7,
"STAY": 11,
"SWORD": 8,
"YES": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.37.2",
"vocab_size": 30522
}