AbstractPhil commited on
Commit
6c1eac8
·
verified ·
1 Parent(s): 435c0fe

Upload models/vit_zana_nano_thicc/20250916_221953/best_epoch040_acc52.21_model_config.json with huggingface_hub

Browse files
models/vit_zana_nano_thicc/20250916_221953/best_epoch040_acc52.21_model_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "variant": "vit_zana_nano_thicc",
3
+ "vocab_dim": 128,
4
+ "embed_dim": 128,
5
+ "depth": 4,
6
+ "num_heads": 8,
7
+ "mlp_ratio": 4.0,
8
+ "img_size": 32,
9
+ "patch_size": 4,
10
+ "dropout": 0.0,
11
+ "attn_dropout": 0.0,
12
+ "similarity_mode": "rose",
13
+ "norm_type": "l1",
14
+ "head_type": "roseface",
15
+ "prototype_mode": "centroid",
16
+ "margin_type": "cosface",
17
+ "margin_m": 0.3,
18
+ "scale_s": 30.0,
19
+ "apply_margin_train_only": false,
20
+ "num_classes": 100
21
+ }