CoolFace
Modelpublic

hazardous/swin-tiny-patch4-window7-224_isl-finetuned

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes11downloads
config.json115 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": "1",21    "1": "2",22    "2": "3",23    "3": "4",24    "4": "5",25    "5": "6",26    "6": "7",27    "7": "8",28    "8": "9",29    "9": "A",30    "10": "B",31    "11": "C",32    "12": "D",33    "13": "E",34    "14": "F",35    "15": "G",36    "16": "H",37    "17": "I",38    "18": "J",39    "19": "K",40    "20": "L",41    "21": "M",42    "22": "N",43    "23": "O",44    "24": "P",45    "25": "Q",46    "26": "R",47    "27": "S",48    "28": "T",49    "29": "U",50    "30": "V",51    "31": "W",52    "32": "X",53    "33": "Y",54    "34": "Z"55  },56  "image_size": 224,57  "initializer_range": 0.02,58  "label2id": {59    "1": 0,60    "2": 1,61    "3": 2,62    "4": 3,63    "5": 4,64    "6": 5,65    "7": 6,66    "8": 7,67    "9": 8,68    "A": 9,69    "B": 10,70    "C": 11,71    "D": 12,72    "E": 13,73    "F": 14,74    "G": 15,75    "H": 16,76    "I": 17,77    "J": 18,78    "K": 19,79    "L": 20,80    "M": 21,81    "N": 22,82    "O": 23,83    "P": 24,84    "Q": 25,85    "R": 26,86    "S": 27,87    "T": 28,88    "U": 29,89    "V": 30,90    "W": 31,91    "X": 32,92    "Y": 33,93    "Z": 3494  },95  "layer_norm_eps": 1e-05,96  "mlp_ratio": 4.0,97  "model_type": "swin",98  "num_channels": 3,99  "num_heads": [100    3,101    6,102    12,103    24104  ],105  "num_layers": 4,106  "patch_size": 4,107  "path_norm": true,108  "problem_type": "single_label_classification",109  "qkv_bias": true,110  "torch_dtype": "float32",111  "transformers_version": "4.20.1",112  "use_absolute_embeddings": false,113  "window_size": 7114}115