CoolFace
Modelpublic

autoevaluate/image-multi-class-classification

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
2likes13downloads
config.json65 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",3  "architectures": [4    "SwinForImageClassification"5  ],6  "attention_probs_dropout_prob": 0.0,7  "depths": [8    2,9    2,10    6,11    212  ],13  "drop_path_rate": 0.1,14  "embed_dim": 96,15  "encoder_stride": 32,16  "hidden_act": "gelu",17  "hidden_dropout_prob": 0.0,18  "hidden_size": 768,19  "id2label": {20    "0": "0",21    "1": "1",22    "2": "2",23    "3": "3",24    "4": "4",25    "5": "5",26    "6": "6",27    "7": "7",28    "8": "8",29    "9": "9"30  },31  "image_size": 224,32  "initializer_range": 0.02,33  "label2id": {34    "0": 0,35    "1": 1,36    "2": 2,37    "3": 3,38    "4": 4,39    "5": 5,40    "6": 6,41    "7": 7,42    "8": 8,43    "9": 944  },45  "layer_norm_eps": 1e-05,46  "mlp_ratio": 4.0,47  "model_type": "swin",48  "num_channels": 3,49  "num_heads": [50    3,51    6,52    12,53    2454  ],55  "num_layers": 4,56  "patch_size": 4,57  "path_norm": true,58  "problem_type": "single_label_classification",59  "qkv_bias": true,60  "torch_dtype": "float32",61  "transformers_version": "4.20.0",62  "use_absolute_embeddings": false,63  "window_size": 764}65