| { | |
| "model_type": "autolens_image_classifier", | |
| "architectures": [ | |
| "AutoLensImageClassifier" | |
| ], | |
| "library_name": "onnxruntime", | |
| "pipeline_tag": "image-classification", | |
| "task": "image-classification", | |
| "base_model_name": "efficientnet_b2", | |
| "backbone_library": "timm", | |
| "num_labels": 8, | |
| "id2label": { | |
| "0": "SUV", | |
| "1": "VAN", | |
| "2": "STATION WAGON", | |
| "3": "MICRO", | |
| "4": "OPEN WHEEL / F1", | |
| "5": "SEDAN", | |
| "6": "HATCHBACK", | |
| "7": "PICK UP" | |
| }, | |
| "label2id": { | |
| "SUV": 0, | |
| "VAN": 1, | |
| "STATION WAGON": 2, | |
| "MICRO": 3, | |
| "OPEN WHEEL / F1": 4, | |
| "SEDAN": 5, | |
| "HATCHBACK": 6, | |
| "PICK UP": 7 | |
| }, | |
| "image_size": 224, | |
| "exported_files": [ | |
| "model.onnx", | |
| "model.safetensors" | |
| ], | |
| "download_stats": { | |
| "purpose": "Query file for Hugging Face Hub download counting while keeping the repository private.", | |
| "counted_by_hub": true, | |
| "source_doc": "https://huggingface.co/docs/hub/models-download-stats" | |
| }, | |
| "source_metadata_file": "metadata.json" | |
| } | |