gated-david / weights /david_config.json
AbstractPhil's picture
Upload weights and configs - Run 20251012_040642
74ff46f verified
raw
history blame
654 Bytes
{
"name": "david_clip_vit_l14",
"uid": "c.david.clip_vit_l14",
"feature_dim": 768,
"num_classes": 1000,
"scales": [
384,
768,
1024,
1280
],
"sharing_mode": "partial_shared",
"fusion_mode": "deep_efficiency",
"use_belly": true,
"belly_expand": 2.0,
"shared_feature_dim": 1024,
"shared_layers": 2,
"shared_dropout": 0.1,
"fusion_temperature": 1.0,
"fusion_dropout": 0.1,
"tree_depth": 3,
"num_experts": 4,
"compression_ratio": 4,
"expert_dropout": 0.1,
"attention_dropout": 0.1,
"progressive_training": true,
"scale_warmup_epochs": {
"384": 0,
"768": 1,
"1024": 2,
"1280": 3
}
}