kunyoungparkk commited on
Commit
9c3aa7c
·
verified ·
1 Parent(s): 8c0f3ea

modify dpo logic

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. adapter_model.safetensors +1 -1
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
- "gate_proj",
30
- "o_proj",
31
  "k_proj",
32
- "up_proj",
33
  "down_proj",
34
- "v_proj"
 
 
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
 
28
  "k_proj",
29
+ "o_proj",
30
  "down_proj",
31
+ "up_proj",
32
+ "v_proj",
33
+ "q_proj",
34
+ "gate_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32f1ea5d72948a7b9e6ec43ceefe98764f520943e15df0d1045a96cdf4ab2cf8
3
  size 1073863208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26a9933739132a419fe5ce8ce41266fb5622b66441e704fbd44bdcc07ce6780
3
  size 1073863208