Ashapu commited on
Commit
94ed9d0
·
verified ·
1 Parent(s): a8f98e4

ATF v1 — algorithm checkpoint

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. atf_metadata.json +1 -1
adapter_config.json CHANGED
@@ -34,13 +34,13 @@
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
37
- "gate_proj",
38
- "down_proj",
39
  "up_proj",
40
- "o_proj",
41
- "v_proj",
42
  "q_proj",
43
- "k_proj"
 
 
 
 
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
 
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
 
 
37
  "up_proj",
 
 
38
  "q_proj",
39
+ "down_proj",
40
+ "v_proj",
41
+ "k_proj",
42
+ "o_proj",
43
+ "gate_proj"
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
atf_metadata.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "stage": "algorithm",
3
- "saved_at": "2026-07-29T13:21:28.969999",
4
  "type": "adapter_only"
5
  }
 
1
  {
2
  "stage": "algorithm",
3
+ "saved_at": "2026-07-31T09:47:24.368641",
4
  "type": "adapter_only"
5
  }