image_classifier / config.json
mayonaise1979's picture
Upload config.json
df8d808 verified
raw
history blame contribute delete
842 Bytes
{
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"dtype": "float32",
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "0_Pet",
"1": "1_Can",
"2": "2_Glass",
"3": "3_Paper",
"4": "4_Plastic",
"5": "5_Vinyl"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"0_Pet": 0,
"1_Can": 1,
"2_Glass": 2,
"3_Paper": 3,
"4_Plastic": 4,
"5_Vinyl": 5
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"pooler_act": "tanh",
"pooler_output_size": 768,
"qkv_bias": true,
"transformers_version": "5.0.0",
"use_cache": false
}