MoE-Study / dense /config.json
OliverSundaram's picture
Add dense and top-2-of-4 MoE checkpoints, tokenizer, and benchmark assets
d83d5d1 verified
Raw
History Blame Contribute Delete
347 Bytes
{
"architectures": [
"LLM"
],
"context_length": 1024,
"dtype": "float32",
"emb_dim": 768,
"hidden_dim": 3072,
"is_moe": false,
"model_type": "custom_llm",
"n_experts": null,
"n_heads": 12,
"n_layers": 12,
"qkv_bias": false,
"top_k": null,
"transformers_version": "5.15.0",
"vocab_size": 50257
}