LoopLM-135M-naive-sft / config.json
harims95's picture
fix: checkpoint-4878 with correctly tied lm_head weights
f49d29f verified
Raw
History Blame Contribute Delete
617 Bytes
{
"architectures": [
"LoopLMForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_looplm.LoopLMConfig",
"AutoModelForCausalLM": "modeling_looplm.LoopLMForCausalLM"
},
"d_model": 1024,
"dense_ffn": 2816,
"dtype": "float32",
"final_z_loss_coef": 0.0001,
"head_dim": 64,
"init_std": 0.02,
"model_type": "looplm",
"mu_rec": 6,
"n_coda": 2,
"n_kv_heads": 8,
"n_prelude": 4,
"n_q_heads": 16,
"qk_norm": true,
"rope_theta": 10000.0,
"tie_embeddings": true,
"transformers_version": "5.12.1",
"use_a_matrix": false,
"use_input_norm": false,
"vocab_size": 50304
}