Hakureirm's picture
Upload w4 quantized checkpoint
3795f96 verified
Raw
History Blame Contribute Delete
710 Bytes
{
"architectures": [
"RWKV7ForCausalLM"
],
"model_type": "rwkv7",
"hidden_size": 2048,
"num_hidden_layers": 24,
"head_dim": 64,
"num_heads": 32,
"decay_low_rank_dim": 96,
"a_low_rank_dim": 96,
"v_low_rank_dim": 64,
"gate_low_rank_dim": 256,
"intermediate_size": 8192,
"hidden_ratio": 4.0,
"hidden_act": "sqrelu",
"norm_eps": 1e-05,
"norm_bias": true,
"norm_first": true,
"vocab_size": 65536,
"tie_word_embeddings": false,
"attn": null,
"attn_mode": "chunk",
"bos_token_id": 0,
"eos_token_id": 0,
"use_cache": true,
"torch_dtype": "float32",
"rwkv7_w4_info": {
"quant_method": "rwkv_w4_gptq",
"group_size": 64,
"bits": 4,
"sym": true
}
}