| { | |
| "architectures": [ | |
| "BackboneWithMLPHeadForImageClassification" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "ds_cfg.BackboneMLPHeadConfig", | |
| "AutoModelForImageClassification": "ds_model.BackboneWithMLPHeadForImageClassification" | |
| }, | |
| "backbone_name_or_path": "google/efficientnet-b0", | |
| "dtype": "float32", | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1", | |
| "2": "LABEL_2" | |
| }, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1, | |
| "LABEL_2": 2 | |
| }, | |
| "mlp_head_bottleneck": 256, | |
| "mlp_head_dropout": 0.2, | |
| "model_type": "backbone-mlphead-224-fixed", | |
| "num_labels": 3, | |
| "transformers_version": "5.1.0", | |
| "ds_provenance": { | |
| "created_at": "20260212_202546", | |
| "repo_id": "dsaint31/bb_mlp_224", | |
| "subdir": "models/google__efficientnet-b0", | |
| "wrapper_class": "BackboneWithMLPHeadForImageClassification", | |
| "processor_class": "BackboneMLPHead224ImageProcessor", | |
| "backbone_id": "google/efficientnet-b0", | |
| "meta_type": "efficientnet", | |
| "pretrained_injected": true, | |
| "policy_init_pretrained_forbidden": true, | |
| "policy_reload_no_pretrained_injection": true, | |
| "num_labels": 3, | |
| "build_device": "mps", | |
| "root_code_included": true, | |
| "root_code_files": [ | |
| "ds_proc.py", | |
| "ds_model.py", | |
| "ds_cfg.py" | |
| ], | |
| "subfolder_code_included": true, | |
| "subfolder_code_files": [ | |
| "ds_proc.py", | |
| "ds_model.py", | |
| "ds_cfg.py" | |
| ], | |
| "processor_use_fast": true | |
| } | |
| } | |