cnfusion commited on
Commit
784b1fa
·
verified ·
1 Parent(s): 86207aa

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "eos_token_id": 151645,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 3584,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 18944,
11
+ "max_position_embeddings": 4096,
12
+ "max_window_layers": 28,
13
+ "model_type": "qwen2",
14
+ "num_attention_heads": 28,
15
+ "num_hidden_layers": 28,
16
+ "num_key_value_heads": 4,
17
+ "pad_token_id": 151643,
18
+ "quantization": {
19
+ "group_size": 64,
20
+ "bits": 6
21
+ },
22
+ "quantization_config": {
23
+ "group_size": 64,
24
+ "bits": 6
25
+ },
26
+ "rms_norm_eps": 1e-06,
27
+ "rope_scaling": null,
28
+ "rope_theta": 10000,
29
+ "sliding_window": null,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.46.2",
33
+ "use_cache": false,
34
+ "use_mrope": false,
35
+ "use_sliding_window": false,
36
+ "vocab_size": 152064
37
+ }