root commited on
Commit
7bc20f7
·
1 Parent(s): 12d654c

added config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "qwen2",
3
+ "hidden_size": 4096,
4
+ "num_attention_heads": 32,
5
+ "num_hidden_layers": 40,
6
+ "vocab_size": 65024,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "pad_token_id": 0,
10
+ "use_cache": true,
11
+ "_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
12
+ "architectures": [
13
+ "Qwen2ForCausalLM"
14
+ ]
15
+ }