gated-david / weights /david_config.json
AbstractPhil's picture
Upload weights and configs - Run 20251012_031919
a5f93a0 verified
Raw
History Blame
674 Bytes
{
"name": "david_high_accuracy",
"uid": "c.david.high_accuracy",
"feature_dim": 512,
"num_classes": 1000,
"scales": [
256,
512,
768,
1024,
1280
],
"sharing_mode": "decoupled",
"fusion_mode": "deep_efficiency",
"use_belly": true,
"belly_expand": 2.5,
"shared_feature_dim": 768,
"shared_layers": 2,
"shared_dropout": 0.1,
"fusion_temperature": 1.0,
"fusion_dropout": 0.1,
"tree_depth": 3,
"num_experts": 5,
"compression_ratio": 2,
"expert_dropout": 0.1,
"attention_dropout": 0.1,
"progressive_training": true,
"scale_warmup_epochs": {
"256": 0,
"512": 3,
"768": 6,
"1024": 9,
"1280": 12
}
}