devZeeshaan commited on
Commit
2c89e96
·
verified ·
1 Parent(s): 22d74d4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json CHANGED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit",
3
+ "architectures": ["Qwen2ForCausalLM"],
4
+ "attention_dropout": 0.0,
5
+ "eos_token_id": 151645,
6
+ "hidden_act": "silu",
7
+ "hidden_size": 2048,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 11008,
10
+ "max_position_embeddings": 32768,
11
+ "model_type": "qwen2",
12
+ "num_attention_heads": 16,
13
+ "num_hidden_layers": 36,
14
+ "num_key_value_heads": 2,
15
+ "pad_token_id": 151654,
16
+ "rms_norm_eps": 1e-06,
17
+ "rope_theta": 1000000.0,
18
+ "torch_dtype": "float16",
19
+ "transformers_version": "4.48.3",
20
+ "unsloth_fixed": true,
21
+ "unsloth_version": "2025.2.15",
22
+ "use_cache": true,
23
+ "vocab_size": 151936,
24
+
25
+ "quantization": {
26
+ "load_in_4bit": true
27
+ },
28
+
29
+ "lora": {
30
+ "init_lora_weights": true,
31
+ "lora_alpha": 64,
32
+ "lora_bias": false,
33
+ "lora_dropout": 0,
34
+ "target_modules": [
35
+ "up_proj",
36
+ "o_proj",
37
+ "q_proj",
38
+ "gate_proj",
39
+ "v_proj",
40
+ "k_proj",
41
+ "down_proj"
42
+ ]
43
+ }
44
+ }