Text Generation
PEFT
Safetensors
English
qlora
lora
structured-output
mt628754 commited on
Commit
6d3d40b
·
verified ·
1 Parent(s): fc0f096

v7: r=96, alpha=192, lr=1e-6, max_len=1024, epoch=2 + DPO (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. adapter_config.json +4 -4
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ This model has been optimized using DPO to align its responses with preferred ou
28
  **Stage 1 - SFT:**
29
  - **Dataset**: u-10bei/structured_data_with_cot_dataset_512_v2
30
  - **Max sequence length**: 1024
31
- - **Epochs**: 1
32
  - **Learning rate**: 1e-06
33
  - **LoRA**: r=96, alpha=192
34
 
 
28
  **Stage 1 - SFT:**
29
  - **Dataset**: u-10bei/structured_data_with_cot_dataset_512_v2
30
  - **Max sequence length**: 1024
31
+ - **Epochs**: 2
32
  - **Learning rate**: 1e-06
33
  - **LoRA**: r=96, alpha=192
34
 
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "v_proj",
37
- "o_proj",
38
- "q_proj",
39
  "down_proj",
 
40
  "up_proj",
41
  "k_proj",
42
- "gate_proj"
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
 
36
  "down_proj",
37
+ "q_proj",
38
  "up_proj",
39
  "k_proj",
40
+ "v_proj",
41
+ "gate_proj",
42
+ "o_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c12a441c40d6d2a74058fb2a4c5354e9eb9e8184f16a61809ddadb49a12b3abd
3
  size 792791480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e307618d3940106e51aedd1079b3c177b4018ff3748df585c2992b3582a7e0
3
  size 792791480