jeffreygo commited on
Commit
657c6f3
1 Parent(s): 98441e1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -10,10 +10,10 @@
10
  "AutoModelForCausalLM": "modeling_cpmbee.CpmBeeForCausalLM"
11
  },
12
  "vocab_size": 86583,
13
- "dim_model": 4096,
14
  "dim_ff" : 5120,
15
- "num_layers" : 48,
16
- "num_heads": 32,
17
  "dim_head" : 64,
18
  "dropout_p" : 0.0,
19
  "position_bias_num_buckets" : 256,
 
10
  "AutoModelForCausalLM": "modeling_cpmbee.CpmBeeForCausalLM"
11
  },
12
  "vocab_size": 86583,
13
+ "hidden_size": 4096,
14
  "dim_ff" : 5120,
15
+ "num_hidden_layers" : 48,
16
+ "num_attention_heads": 32,
17
  "dim_head" : 64,
18
  "dropout_p" : 0.0,
19
  "position_bias_num_buckets" : 256,