AbstractPhil commited on
Commit
bd5f102
·
verified ·
1 Parent(s): 24e4e31

Upload models/vit_zana_nano/20250913_170516/best_epoch020_acc37.27_config.json with huggingface_hub

Browse files
models/vit_zana_nano/20250913_170516/best_epoch020_acc37.27_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_variant": "vit_zana_nano",
3
+ "epoch": 20,
4
+ "val_acc": 37.27,
5
+ "session_timestamp": "20250913_170516",
6
+ "is_best": true,
7
+ "losses": {
8
+ "ce_loss": 2.529968189239502,
9
+ "aux_loss": 0.0,
10
+ "geo_loss": 0.0,
11
+ "rose_loss": -0.035276577639579774
12
+ },
13
+ "model_path": "best_epoch020_acc37.27.safetensors",
14
+ "optimizer_path": "best_epoch020_acc37.27_optimizer.pt",
15
+ "vocabulary_path": "best_epoch020_acc37.27_vocabulary.json",
16
+ "model_config": {
17
+ "variant": "vit_zana_nano",
18
+ "vocab_dim": 128,
19
+ "embed_dim": 128,
20
+ "depth": 4,
21
+ "num_heads": 2,
22
+ "mlp_ratio": 2.0,
23
+ "img_size": 32,
24
+ "patch_size": 4,
25
+ "dropout": 0.0,
26
+ "attn_dropout": 0.0,
27
+ "similarity_mode": "rose",
28
+ "use_theta_head": false,
29
+ "theta_n_pentachora": 10,
30
+ "theta_hidden_dim": 256,
31
+ "num_classes": 100
32
+ }
33
+ }