CoolFace
Modelpublic

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

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes8downloads
config.json75 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": "calling",21    "1": "clapping",22    "2": "cycling",23    "3": "dancing",24    "4": "drinking",25    "5": "eating",26    "6": "fighting",27    "7": "hugging",28    "8": "laughing",29    "9": "listening_to_music",30    "10": "running",31    "11": "sitting",32    "12": "sleeping",33    "13": "texting",34    "14": "using_laptop"35  },36  "image_size": 224,37  "initializer_range": 0.02,38  "label2id": {39    "calling": 0,40    "clapping": 1,41    "cycling": 2,42    "dancing": 3,43    "drinking": 4,44    "eating": 5,45    "fighting": 6,46    "hugging": 7,47    "laughing": 8,48    "listening_to_music": 9,49    "running": 10,50    "sitting": 11,51    "sleeping": 12,52    "texting": 13,53    "using_laptop": 1454  },55  "layer_norm_eps": 1e-05,56  "mlp_ratio": 4.0,57  "model_type": "swin",58  "num_channels": 3,59  "num_heads": [60    3,61    6,62    12,63    2464  ],65  "num_layers": 4,66  "patch_size": 4,67  "path_norm": true,68  "problem_type": "single_label_classification",69  "qkv_bias": true,70  "torch_dtype": "float32",71  "transformers_version": "4.20.1",72  "use_absolute_embeddings": false,73  "window_size": 774}75