AbstractPhil commited on
Commit
a8b3768
·
verified ·
1 Parent(s): d9137c2

Upload models/vit_pixie_256_patch8/20250909_054433/best_epoch072_acc41.21_model_config.json with huggingface_hub

Browse files
models/vit_pixie_256_patch8/20250909_054433/best_epoch072_acc41.21_model_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aux_loss_weight": 0.0,
3
+ "depth": 10,
4
+ "dim": 256,
5
+ "drop_path_rate": 0.0,
6
+ "dropout_rate": 0.0,
7
+ "geo_loss_weight": 0.0,
8
+ "heads": 16,
9
+ "img_size": 32,
10
+ "mlp_ratio": 4.0,
11
+ "num_classes": 100,
12
+ "num_patches": 64,
13
+ "patch_size": 4,
14
+ "preserve_structure_until_layer": 10,
15
+ "use_mesh_attention": true,
16
+ "vocab": {
17
+ "type": "LazyGeometricVocab",
18
+ "description": "Vocabulary saved in separate _vocabulary.json file"
19
+ },
20
+ "vocab_dim": 256
21
+ }