File size: 943 Bytes
bf0cbd4 cba8301 bf0cbd4 cba8301 bf0cbd4 cba8301 bf0cbd4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"_name_or_path": "mkbasantes/mnist",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "cero", "1": "uno", "2": "dos", "3": "tres", "4": "cuatro",
"5": "cinco", "6": "seis", "7": "siete", "8": "ocho", "9": "nueve"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"cero": 0, "uno": 1, "dos": 2, "tres": 3, "cuatro": 4,
"cinco": 5, "seis": 6, "siete": 7, "ocho": 8, "nueve": 9
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"qkv_bias": true,
"transformers_version": "4.22.2"
} |