CondViT-B16-cat / config.json
Slep's picture
Upload CondViTForEmbedding
aeb008e verified
{
"_name_or_path": "__debug_save",
"architectures": [
"CondViTForEmbedding"
],
"auto_map": {
"AutoConfig": "hf_model.CondViTConfig",
"AutoModel": "hf_model.CondViTForEmbedding"
},
"heads": 12,
"input_resolution": 224,
"layers": 12,
"model_type": "condvit",
"n_categories": 10,
"output_dim": 512,
"patch_size": 16,
"torch_dtype": "float32",
"transformers_version": "4.37.1",
"width": 768
}