exp-40cp-9 / understanding_good_stuff.json
WICKED4950's picture
Update understanding_good_stuff.json
96c32f3 verified
Raw
History Blame Contribute Delete
310 Bytes
{
"arc": {
"num_heads": 8,
"attention_dim": 768,
"vocab_size": 16384,
"num_blocks": 8,
"ff_dim": 1536
},
"attn": {
"attn_chunks": 16,
"gqa_repeats": 2,
"theeta": 40000
},
"moe": {
"num_experts": 8,
"top_k": 2,
"capacity": 1.25
},
"dropout_rate": 0.03
}