brthor commited on
Commit
a63b950
·
verified ·
1 Parent(s): eb7f17d

Refresh base adapter to best eval_loss (profile=llama3_2_3b_base, step=216, eval_loss=0.052900)

Browse files
meta-llama__llama-3.2-3b/adapter_config.json CHANGED
@@ -29,17 +29,17 @@
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
- "r": 8,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "q_proj",
37
  "down_proj",
38
- "k_proj",
39
- "o_proj",
40
  "v_proj",
 
41
  "gate_proj",
42
- "up_proj"
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
+ "r": 16,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "up_proj",
37
  "down_proj",
 
 
38
  "v_proj",
39
+ "q_proj",
40
  "gate_proj",
41
+ "o_proj",
42
+ "k_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
meta-llama__llama-3.2-3b/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5da5f577d1bf82f167b478346812d5d47b4e7584dc622e4048cc3288a7fcdb19
3
- size 48679352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af92d0db3c1ac3a17f1e1e764d362904fd7d8bb821668eb2fc4f4154dc2926a
3
+ size 97307544
meta-llama__llama-3.2-3b/best_eval_metrics.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_eval_loss": 0.048659659922122955,
3
- "best_step": 1152,
4
- "epoch": 2.0034782608695654
5
  }
 
1
  {
2
+ "best_eval_loss": 0.05289991945028305,
3
+ "best_step": 216,
4
+ "epoch": 0.7526132404181185
5
  }