menu-classifier / config.json
vm-boris-popovschi's picture
Upload folder using huggingface_hub
14e7b46 verified
Raw
History Blame Contribute Delete
852 Bytes
{
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"dtype": "float32",
"hidden_dim": 3072,
"id2label": {
"0": "starter",
"1": "main",
"2": "dessert",
"3": "drink",
"4": "side",
"5": "breakfast",
"6": "snack"
},
"initializer_range": 0.02,
"label2id": {
"breakfast": 5,
"dessert": 2,
"drink": 3,
"main": 1,
"side": 4,
"snack": 6,
"starter": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"transformers_version": "4.57.6",
"vocab_size": 30522
}