CuckmeisterFuller commited on
Commit
f0370a9
·
verified ·
1 Parent(s): 7bde04b

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": [
8
+ 151643,
9
+ 151645
10
+ ],
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 11008,
15
+ "max_position_embeddings": 32768,
16
+ "max_window_layers": 36,
17
+ "model_type": "qwen2",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 36,
20
+ "num_key_value_heads": 2,
21
+ "quantization": {
22
+ "group_size": 64,
23
+ "bits": 4
24
+ },
25
+ "quantization_config": {
26
+ "group_size": 64,
27
+ "bits": 4
28
+ },
29
+ "rms_norm_eps": 1e-06,
30
+ "rope_scaling": null,
31
+ "rope_theta": 1000000.0,
32
+ "sliding_window": null,
33
+ "tie_word_embeddings": true,
34
+ "torch_dtype": "bfloat16",
35
+ "transformers_version": "4.47.1",
36
+ "use_cache": false,
37
+ "use_mrope": false,
38
+ "use_sliding_window": false,
39
+ "vocab_size": 151936
40
+ }