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