File size: 718 Bytes
e8ca8bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "aaa_lora": 64,
  "architectures": [
    "RWKV7ForCausalLM"
  ],
  "attention_hidden_size": 768,
  "auto_map": {
    "AutoConfig": "configuration_rwkv7.RWKV7Config",
    "AutoModelForCausalLM": "modeling_rwkv7.RWKV7ForCausalLM"
  },
  "bos_token_id": null,
  "chunk_len": 16,
  "decay_lora": 64,
  "dtype": "bfloat16",
  "eos_token_id": 100257,
  "gate_lora": 128,
  "group_norm_epsilon": 0.00064,
  "head_size": 64,
  "hidden_size": 768,
  "intermediate_size": 3072,
  "layer_norm_epsilon": 1e-05,
  "model_type": "rwkv7",
  "mv_lora": 32,
  "num_hidden_layers": 12,
  "pad_token_id": 100277,
  "tie_word_embeddings": false,
  "transformers_version": "5.14.1",
  "use_cuda_kernel": true,
  "vocab_size": 100278
}