jjeccles commited on
Commit
0d1ee6a
·
verified ·
1 Parent(s): 9b47a4d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "eos_token_id": 151645,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 2048,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 11008,
11
+ "max_position_embeddings": 32768,
12
+ "max_window_layers": 70,
13
+ "model_type": "qwen2",
14
+ "num_attention_heads": 16,
15
+ "num_hidden_layers": 36,
16
+ "num_key_value_heads": 2,
17
+ "pad_token_id": 151654,
18
+ "quantization_config": {
19
+ "bits": 4,
20
+ "checkpoint_format": "gptq",
21
+ "damp_percent": 0.1,
22
+ "dataset": "c4",
23
+ "desc_act": false,
24
+ "group_size": 128,
25
+ "meta": {
26
+ "quantizer": [
27
+ "optimum:1.24.0",
28
+ "auto_gptq:0.7.1"
29
+ ]
30
+ },
31
+ "modules_in_block_to_quantize": null,
32
+ "quant_method": "gptq",
33
+ "sym": true,
34
+ "true_sequential": true
35
+ },
36
+ "rms_norm_eps": 1e-06,
37
+ "rope_scaling": null,
38
+ "rope_theta": 1000000.0,
39
+ "sliding_window": 32768,
40
+ "tie_word_embeddings": true,
41
+ "torch_dtype": "float16",
42
+ "transformers_version": "4.51.1",
43
+ "unsloth_fixed": true,
44
+ "unsloth_version": "2025.3.9",
45
+ "use_cache": true,
46
+ "use_sliding_window": false,
47
+ "vocab_size": 151936
48
+ }