rwkv6-7B-finch / config.json
yzhangcs's picture
Fix bad `bos_token_id`
5a38948 verified
raw
history blame contribute delete
No virus
832 Bytes
{
"_name_or_path": "fla-hub/rwkv6-7B-finch",
"architectures": [
"RWKV6ForCausalLM"
],
"attn_mode": "chunk",
"bos_token_id": 0,
"clamp_min": null,
"conv_size": 4,
"eos_token_id": 0,
"expand_k": 1,
"expand_v": 1,
"fuse_cross_entropy": true,
"fuse_norm": true,
"gate_low_rank_dim": 128,
"hidden_act": "sqrelu",
"hidden_ratio": 3.5,
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": null,
"max_position_embeddings": 2048,
"model_type": "rwkv6",
"norm_bias": true,
"norm_eps": 1e-05,
"norm_first": true,
"num_heads": 64,
"num_hidden_layers": 32,
"proj_low_rank_dim": 64,
"share_conv_kernel": true,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.40.2",
"use_cache": true,
"use_glu": false,
"vocab_size": 65536
}