prdnr commited on
Commit
4b18139
·
verified ·
1 Parent(s): ece4bcd

Upload config.json with huggingface_hub

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