CoolFace
Modelpublic

KomaAl/level_1_binary_model

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes6downloads
config.json59 linesDownload Raw Back to root
1{2  "architectures": [3    "Swinv2ForImageClassification"4  ],5  "attention_probs_dropout_prob": 0.0,6  "depths": [7    2,8    2,9    18,10    211  ],12  "drop_path_rate": 0.1,13  "dtype": "float32",14  "embed_dim": 96,15  "encoder_stride": 32,16  "hidden_act": "gelu",17  "hidden_dropout_prob": 0.0,18  "hidden_size": 768,19  "image_size": 256,20  "initializer_range": 0.02,21  "layer_norm_eps": 1e-05,22  "mlp_ratio": 4.0,23  "model_type": "swinv2",24  "num_channels": 3,25  "num_heads": [26    3,27    6,28    12,29    2430  ],31  "num_layers": 4,32  "out_features": [33    "stage4"34  ],35  "out_indices": [36    437  ],38  "patch_size": 4,39  "path_norm": true,40  "pretrained_window_sizes": [41    0,42    0,43    0,44    045  ],46  "problem_type": "single_label_classification",47  "qkv_bias": true,48  "stage_names": [49    "stem",50    "stage1",51    "stage2",52    "stage3",53    "stage4"54  ],55  "transformers_version": "4.57.0",56  "use_absolute_embeddings": false,57  "window_size": 858}59