| { | |
| "_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": "chicken", | |
| "9": "pork", | |
| "10": "meals", | |
| "11": "seafood", | |
| "12": "milk & dairy", | |
| "13": "fish (wild)", | |
| "14": "legumes", | |
| "15": "cheese", | |
| "16": "eggs", | |
| "17": "meat", | |
| "18": "non-food", | |
| "19": "tree nuts & seeds", | |
| "20": "vegetables", | |
| "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": 15, | |
| "chicken": 8, | |
| "condiments & snacks": 4, | |
| "eggs": 16, | |
| "fish (farm-raised)": 21, | |
| "fish (wild)": 13, | |
| "fruit": 0, | |
| "grain products": 3, | |
| "legumes": 14, | |
| "meals": 10, | |
| "meat": 17, | |
| "milk": 2, | |
| "milk & dairy": 12, | |
| "non-food": 18, | |
| "pork": 9, | |
| "produce": 26, | |
| "rice": 23, | |
| "roots & tubers": 1, | |
| "seafood": 11, | |
| "tree nuts & seeds": 19, | |
| "turkey & other poultry": 7, | |
| "vegetables": 20, | |
| "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 | |
| } | |