exp-41 / understanding_good_stuff.json
WICKED4950's picture
Upload understanding_good_stuff.json with huggingface_hub
c05a19f verified
Raw
History Blame Contribute Delete
309 Bytes
{
"arc": {
"num_heads": 8,
"attention_dim": 768,
"vocab_size": 16384,
"num_blocks": 8,
"ff_dim": 3072
},
"attn": {
"attn_chunks": 4,
"gqa_repeats": 2,
"theeta": 10000
},
"moe": {
"num_experts": 1,
"top_k": 1,
"capacity": 1.25
},
"dropout_rate": 0.03
}