rwkv-6-world-1b6 / config.json
SmerkyG's picture
Update config.json
2c743b5 verified
raw
history blame contribute delete
No virus
640 Bytes
{
"architectures": [
"Rwkv6ForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_rwkv6.Rwkv6Config",
"AutoModelForCausalLM": "modeling_rwkv6.Rwkv6ForCausalLM"
},
"attention_hidden_size": 2048,
"bos_token_id": 0,
"eos_token_id": 0,
"head_size": 64,
"head_size_divisor": 8,
"hidden_size": 2048,
"intermediate_size": null,
"layer_norm_epsilon": 1e-05,
"max_context_length": 4096,
"model_type": "rwkv6",
"num_attention_heads": 64,
"num_hidden_layers": 24,
"rescale_every": 6,
"tie_word_embeddings": false,
"transformers_version": "4.37.2",
"use_cache": true,
"vocab_size": 65536
}