CoolFace
Modelpublic

duuke/Photography_Style

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes14downloads
config.json37 linesDownload Raw Back to root
1{2  "_name_or_path": "Vision_CKPT/checkpoint-605",3  "architectures": [4    "ViTForImageClassification"5  ],6  "attention_probs_dropout_prob": 0.0,7  "encoder_stride": 16,8  "hidden_act": "gelu",9  "hidden_dropout_prob": 0.0,10  "hidden_size": 768,11  "id2label": {12    "0": "gstyles",13    "1": "hi_ma_deaway",14    "2": "humansofny",15    "3": "wowwowooooo"16  },17  "image_size": 224,18  "initializer_range": 0.02,19  "intermediate_size": 3072,20  "label2id": {21    "gstyles": "0",22    "hi_ma_deaway": "1",23    "humansofny": "2",24    "wowwowooooo": "3"25  },26  "layer_norm_eps": 1e-12,27  "model_type": "vit",28  "num_attention_heads": 12,29  "num_channels": 3,30  "num_hidden_layers": 12,31  "patch_size": 16,32  "problem_type": "single_label_classification",33  "qkv_bias": true,34  "torch_dtype": "float32",35  "transformers_version": "4.41.1"36}37