FPC_model / config.json
anth0nyhak1m's picture
End of training
5d1d84e
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "fruit",
"1": "roots & tubers",
"2": "milk",
"3": "grain products",
"4": "condiments & snacks",
"5": "beverages",
"6": "beef",
"7": "turkey & other poultry",
"8": "meals",
"9": "pork",
"10": "milk & dairy",
"11": "fish (wild)",
"12": "legumes",
"13": "chicken",
"14": "cheese",
"15": "eggs",
"16": "non-food",
"17": "tree nuts & seeds",
"18": "meat",
"19": "vegetables",
"20": "seafood",
"21": "fish (farm-raised)",
"22": "yogurt",
"23": "rice",
"24": "butter",
"25": "bread",
"26": "produce"
},
"initializer_range": 0.02,
"label2id": {
"beef": 6,
"beverages": 5,
"bread": 25,
"butter": 24,
"cheese": 14,
"chicken": 13,
"condiments & snacks": 4,
"eggs": 15,
"fish (farm-raised)": 21,
"fish (wild)": 11,
"fruit": 0,
"grain products": 3,
"legumes": 12,
"meals": 8,
"meat": 18,
"milk": 2,
"milk & dairy": 10,
"non-food": 16,
"pork": 9,
"produce": 26,
"rice": 23,
"roots & tubers": 1,
"seafood": 20,
"tree nuts & seeds": 17,
"turkey & other poultry": 7,
"vegetables": 19,
"yogurt": 22
},
"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.28.0",
"vocab_size": 30522
}