rune-0.3b-base / config.json
samueljayasingh's picture
Upload Rune-R1 Base 351M model checkpoint and model code
33dfbd2 verified
Raw
History Blame Contribute Delete
238 Bytes
{
"vocab_size": 50257,
"context_length": 1024,
"emb_dim": 1024,
"n_heads": 16,
"n_layers": 22,
"hidden_dim": 2816,
"head_dim": null,
"qk_norm": true,
"n_kv_groups": 4,
"rope_base": 10000.0,
"dtype": "torch.float32"
}