TestLM / config.json
cahya's picture
first commit
ccf67eb
raw
history blame
No virus
618 Bytes
{
"architectures": [
"Rwkv5ForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_rwkv5.Rwkv5Config",
"AutoModelForCausalLM": "modeling_rwkv5.Rwkv5ForCausalLM"
},
"attention_hidden_size": 2560,
"bos_token_id": 0,
"eos_token_id": 0,
"head_size": 64,
"hidden_size": 2560,
"intermediate_size": null,
"layer_norm_epsilon": 1e-05,
"model_type": "rwkv5",
"num_attention_heads": 64,
"num_hidden_layers": 32,
"rescale_every": 6,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.38.0.dev0",
"use_cache": true,
"vocab_size": 65536
}