Spec-1-Mini / config.json
SVECTOR-OFFICIAL's picture
Rename Config.json to config.json
23a55a3 verified
raw
history blame contribute delete
275 Bytes
{
"architectures": ["SPECLMHeadModel"],
"model_type": "spec-1-mini",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"vocab_size": 50257,
"activation_function": "gelu",
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-5
}