CondViT-B16-cat / config.json
Slep's picture
Upload CondViTForEmbedding
11f6a98 verified
raw
history blame
No virus
434 Bytes
{
"_name_or_path": "CondViT-B16-cat",
"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
}