CoolFace
Modelpublic

jasmine009/materials

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes12downloads
config.json39 linesDownload Raw Back to root
1{2  "_name_or_path": "google/vit-base-patch16-224-in21k",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": "brick",13    "1": "metal",14    "2": "paper",15    "3": "plastic",16    "4": "wood"17  },18  "image_size": 224,19  "initializer_range": 0.02,20  "intermediate_size": 3072,21  "label2id": {22    "brick": "0",23    "metal": "1",24    "paper": "2",25    "plastic": "3",26    "wood": "4"27  },28  "layer_norm_eps": 1e-12,29  "model_type": "vit",30  "num_attention_heads": 12,31  "num_channels": 3,32  "num_hidden_layers": 12,33  "patch_size": 16,34  "problem_type": "single_label_classification",35  "qkv_bias": true,36  "torch_dtype": "float32",37  "transformers_version": "4.22.2"38}39