CoolFace
Modelpublic

Pratik-hf/Inappropriate-image-classification-using-ViT

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes7downloads
config.json25 linesDownload Raw Back to root
1{2  "_name_or_path": "google/vit-base-patch16-224",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  "image_size": 224,12  "initializer_range": 0.02,13  "intermediate_size": 3072,14  "layer_norm_eps": 1e-12,15  "model_type": "vit",16  "num_attention_heads": 12,17  "num_channels": 3,18  "num_hidden_layers": 12,19  "patch_size": 16,20  "problem_type": "single_label_classification",21  "qkv_bias": true,22  "torch_dtype": "float32",23  "transformers_version": "4.39.3"24}25