CoolFace
Modelpublic

hf-tiny-v2/tiny-random-TimmWrapperForImageClassification

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes5downloads
config.json25 linesDownload Raw Back to root
1{2  "architecture": "resnet26",3  "architectures": [4    "TimmWrapperForImageClassification"5  ],6  "do_pooling": true,7  "dtype": "float32",8  "initializer_range": 0.02,9  "label_names": [10    "LABEL_0",11    "LABEL_1"12  ],13  "model_args": {14    "channels": [15      16,16      16,17      16,18      1619    ]20  },21  "model_type": "timm_wrapper",22  "num_classes": 2,23  "transformers_version": "5.16.0.dev0"24}25