{ | |
"architectures": [ | |
"gViTForImageClassification" | |
], | |
"auto_map": { | |
"AutoConfig": "augvit_config.AugViTConfig", | |
"TFAutoModelForImageClassification": "augvit_model.AugViTForImageClassification" | |
}, | |
"depth": 1, | |
"dim": 128, | |
"dropout": 0.1, | |
"emb_dropout": 0.1, | |
"heads": 16, | |
"image_size": 32, | |
"mlp_dim": 256, | |
"model_type": "augvit", | |
"num_classes": 10, | |
"patch_size": 4, | |
"transformers_version": "4.33.2" | |
} | |