m-i commited on
Commit
bd56d54
·
verified ·
1 Parent(s): decbf28

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dual_chunk_attention_config": {
8
+ "chunk_size": 262144,
9
+ "local_size": 8192,
10
+ "original_max_position_embeddings": 262144
11
+ },
12
+ "eos_token_id": [
13
+ 151645,
14
+ 151643
15
+ ],
16
+ "hidden_act": "silu",
17
+ "hidden_size": 5120,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 13824,
20
+ "max_position_embeddings": 1010000,
21
+ "max_window_layers": 48,
22
+ "model_type": "qwen2",
23
+ "num_attention_heads": 40,
24
+ "num_hidden_layers": 48,
25
+ "num_key_value_heads": 8,
26
+ "quantization": {
27
+ "group_size": 64,
28
+ "bits": 8
29
+ },
30
+ "quantization_config": {
31
+ "group_size": 64,
32
+ "bits": 8
33
+ },
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_scaling": null,
36
+ "rope_theta": 10000000.0,
37
+ "sliding_window": null,
38
+ "tie_word_embeddings": false,
39
+ "torch_dtype": "bfloat16",
40
+ "transformers_version": "4.47.0",
41
+ "use_cache": true,
42
+ "use_sliding_window": false,
43
+ "vocab_size": 152064
44
+ }