KingNish commited on
Commit
3c212a2
1 Parent(s): bcb4e0d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/llama-3.2-3b-instruct-bnb-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -11,16 +11,16 @@
11
  128008,
12
  128009
13
  ],
14
- "head_dim": 128,
15
  "hidden_act": "silu",
16
- "hidden_size": 3072,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 8192,
19
  "max_position_embeddings": 131072,
20
  "mlp_bias": false,
21
  "model_type": "llama",
22
- "num_attention_heads": 24,
23
- "num_hidden_layers": 28,
24
  "num_key_value_heads": 8,
25
  "pad_token_id": 128004,
26
  "pretraining_tp": 1,
@@ -39,4 +39,4 @@
39
  "unsloth_version": "2024.9.post4",
40
  "use_cache": true,
41
  "vocab_size": 128256
42
- }
 
1
  {
2
+ "_name_or_path": "KingNish/Reasoning-Llama-1b-v0.1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
11
  128008,
12
  128009
13
  ],
14
+ "head_dim": 64,
15
  "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
  "initializer_range": 0.02,
18
  "intermediate_size": 8192,
19
  "max_position_embeddings": 131072,
20
  "mlp_bias": false,
21
  "model_type": "llama",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 16,
24
  "num_key_value_heads": 8,
25
  "pad_token_id": 128004,
26
  "pretraining_tp": 1,
 
39
  "unsloth_version": "2024.9.post4",
40
  "use_cache": true,
41
  "vocab_size": 128256
42
+ }