OsamaMo commited on
Commit
87b9654
·
verified ·
1 Parent(s): 193a126

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
3
+ "architectures": ["QwenLMHeadModel"],
4
+ "attention_dropout": 0.0,
5
+ "bos_token_id": 151643,
6
+ "eos_token_id": 151645,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 2048,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 5504,
11
+ "max_position_embeddings": 8192,
12
+ "model_type": "qwen2",
13
+ "num_attention_heads": 16,
14
+ "num_hidden_layers": 24,
15
+ "rms_norm_eps": 1e-05,
16
+ "rope_theta": 10000.0,
17
+ "torch_dtype": "bfloat16",
18
+ "transformers_version": "4.39.3",
19
+ "use_cache": true,
20
+ "vocab_size": 151936
21
+ }