File size: 506 Bytes
f203678 f7efafc f203678 1dd077d f203678 f7efafc f203678 d86ba11 f203678 f7efafc d86ba11 f203678 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"_name_or_path": "tensorgirl/TFaugvit",
"architectures": [
"gViTForImageClassification"
],
"auto_map": {
"AutoConfig": "augvit_config.AugViTConfig",
"TFAutoModelForImageClassification": "augvit_model.AugViTForImageClassification"
},
"depth": 2,
"dim": 128,
"dropout": 0.1,
"emb_dropout": 0.1,
"heads": 16,
"image_size": 224,
"mlp_dim": 256,
"model_type": "augvit",
"num_channels": 3,
"num_classes": 1000,
"patch_size": 32,
"transformers_version": "4.33.2"
}
|