AbstractPhil commited on
Commit
d8e831b
·
verified ·
1 Parent(s): 7cce37f

Update david_config.json - Run 20251104_133602

Browse files
weights/David-partial_shared-cantor_scale/20251104_133602/david_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "david_clip_vit_l14_cantor",
3
+ "uid": "c.david.clip_vit_l14_cantor",
4
+ "feature_dim": 768,
5
+ "num_classes": 1000,
6
+ "scales": [
7
+ 384,
8
+ 768,
9
+ 1024,
10
+ 1280,
11
+ 1536
12
+ ],
13
+ "sharing_mode": "partial_shared",
14
+ "fusion_mode": "cantor_scale",
15
+ "use_belly": true,
16
+ "belly_expand": 2.0,
17
+ "projection_temperature": 0.07,
18
+ "shared_feature_dim": 1024,
19
+ "shared_layers": 2,
20
+ "shared_dropout": 0.1,
21
+ "fusion_temperature": 1.0,
22
+ "fusion_dropout": 0.1,
23
+ "tree_depth": 3,
24
+ "num_experts": 3,
25
+ "compression_ratio": 4,
26
+ "expert_dropout": 0.1,
27
+ "attention_dropout": 0.1,
28
+ "geometric_num_heads": 4,
29
+ "geometric_use_cayley": true,
30
+ "geometric_use_angular": true,
31
+ "geometric_scale_dim_aware": true,
32
+ "cantor_num_heads": 6,
33
+ "cantor_depth": 8,
34
+ "cantor_local_window": 4,
35
+ "cantor_use_scale_embeddings": true,
36
+ "progressive_training": false,
37
+ "scale_warmup_epochs": {
38
+ "384": 0,
39
+ "768": 0,
40
+ "1024": 0,
41
+ "1280": 0,
42
+ "1536": 0
43
+ }
44
+ }