CoolFace
Modelpublic

mruby/reef_classifier_5

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
config.json43 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/resnet-50",3  "architectures": [4    "ResNetForImageClassification"5  ],6  "depths": [7    3,8    4,9    6,10    311  ],12  "downsample_in_first_stage": false,13  "embedding_size": 64,14  "hidden_act": "relu",15  "hidden_sizes": [16    256,17    512,18    1024,19    204820  ],21  "id2label": {22    "0": 0,23    "1": 124  },25  "label2id": {26    "0": "0",27    "1": "1"28  },29  "layer_type": "bottleneck",30  "model_type": "resnet",31  "num_channels": 3,32  "out_features": null,33  "stage_names": [34    "stem",35    "stage1",36    "stage2",37    "stage3",38    "stage4"39  ],40  "torch_dtype": "float32",41  "transformers_version": "4.27.4"42}43