ibrahim1al commited on
Commit
ab1842b
·
verified ·
1 Parent(s): dd0849d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "qwen2",
3
+ "hidden_size": 2048,
4
+ "num_attention_heads": 16,
5
+ "num_hidden_layers": 24,
6
+ "vocab_size": 51200,
7
+ "max_position_embeddings": 2048,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "pad_token_id": 0
11
+ }