AbstractPhil commited on
Commit
0e69e59
·
verified ·
1 Parent(s): 91a5560

Upload models/vit_zana_nano/20250913_165550/best_epoch010_acc30.08_config.json with huggingface_hub

Browse files
models/vit_zana_nano/20250913_165550/best_epoch010_acc30.08_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_variant": "vit_zana_nano",
3
+ "epoch": 10,
4
+ "val_acc": 30.08,
5
+ "session_timestamp": "20250913_165550",
6
+ "is_best": true,
7
+ "losses": {
8
+ "ce_loss": 3.1712527893066405,
9
+ "aux_loss": 0.0,
10
+ "geo_loss": 0.0,
11
+ "rose_loss": -0.06987856101989746
12
+ },
13
+ "model_path": "best_epoch010_acc30.08.safetensors",
14
+ "optimizer_path": "best_epoch010_acc30.08_optimizer.pt",
15
+ "vocabulary_path": "best_epoch010_acc30.08_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
+ }