Skip to content

Commit 3a2b9c0

Browse files
committed
wip
1 parent 87d119c commit 3a2b9c0

File tree

2 files changed

+651
-0
lines changed

2 files changed

+651
-0
lines changed

llm_analysis/model_configs/dbrx.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "dbrx",
3+
"max_seq_len": 4096,
4+
"num_layers": 40,
5+
"n_head": 48,
6+
"hidden_dim": 6144,
7+
"vocab_size": 100352,
8+
"expansion_ratio": 1.75,
9+
"num_key_value_heads": 8,
10+
"mlp_gated_linear_units": true,
11+
"moe_num_experts": 16,
12+
"moe_top_k": 4
13+
}

0 commit comments

Comments
 (0)