cwaud commited on
Commit
99324bd
1 Parent(s): 07be27b

Training in progress, step 5

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
- "down_proj",
25
- "k_proj",
26
  "q_proj",
27
  "gate_proj",
 
 
 
28
  "v_proj",
29
- "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "q_proj",
24
  "gate_proj",
25
+ "k_proj",
26
+ "down_proj",
27
+ "o_proj",
28
  "v_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab74057ae08d664fd9f25479207452cf9dbadb9cd5372a66eca63fb466be9044
3
- size 1673329784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:441588529cac2091ff21c25f74f48537a1c7119c02be8dbb537ea7e1712d1de5
3
+ size 1095799992
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -7,16 +7,16 @@
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
  "eos_token_id": 128009,
10
- "head_dim": 128,
11
  "hidden_act": "silu",
12
- "hidden_size": 3072,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 8192,
15
  "max_position_embeddings": 131072,
16
  "mlp_bias": false,
17
  "model_type": "llama",
18
- "num_attention_heads": 24,
19
- "num_hidden_layers": 28,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
22
  "quantization_config": {
 
1
  {
2
+ "_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
  "eos_token_id": 128009,
10
+ "head_dim": 64,
11
  "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 8192,
15
  "max_position_embeddings": 131072,
16
  "mlp_bias": false,
17
  "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 16,
20
  "num_key_value_heads": 8,
21
  "pretraining_tp": 1,
22
  "quantization_config": {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd4337447c878f7e1befdda3e0a761f7f4365657454ac7b81f7463c396a94f7b
3
  size 6648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007964e66e6bbad65bb8156dc024422fa0150e23e56ad2f9dc4f93f87e9c3460
3
  size 6648