moe-hash / model_config.json
Sky6573's picture
Upload model_config.json with huggingface_hub
abda132 verified
Raw
History Blame Contribute Delete
555 Bytes
{
"router_type": "hash",
"use_load_balancer": false,
"num_epochs": 5,
"batch_size": 16,
"learning_rate": 0.0001,
"debug_subset": 0,
"output_dir": "moe_model_hash",
"push_to_hub": true,
"hf_repo_id": "Sky6573/moe-hash",
"use_wandb": true,
"wandb_project": "moe-summarizer",
"wandb_entity": null,
"model": {
"d_model": 256,
"num_layers": 4,
"num_heads": 8,
"d_ffn": 1024,
"num_experts": 8,
"k": 2,
"dropout": 0.1,
"vocab_size": 30000
}
}