File size: 1,443 Bytes
af90e6b 69a0806 af90e6b 69a0806 af90e6b 69a0806 200cb5d 69a0806 bf566dc 69a0806 bf566dc 69a0806 af90e6b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
{
"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
}
}
|