Text Generation
PEFT
Safetensors
English
qlora
lora
structured-output
kamaboko2007 commited on
Commit
16a9e33
·
verified ·
1 Parent(s): 9dcbc5c

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +3 -1
  2. adapter_config.json +3 -3
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -2,6 +2,7 @@
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
  - u-10bei/structured_data_with_cot_dataset_v2
 
5
  language:
6
  - en
7
  license: apache-2.0
@@ -33,7 +34,7 @@ while intermediate reasoning (Chain-of-Thought) is masked.
33
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
- - Max sequence length: 1024
37
  - Epochs: 1
38
  - Learning rate: 2e-06
39
  - LoRA: r=128, alpha=256
@@ -61,6 +62,7 @@ model = PeftModel.from_pretrained(model, adapter)
61
 
62
  Training data:
63
  - u-10bei/structured_data_with_cot_dataset_v2
 
64
 
65
  **License Note**:
66
  The datasets used in this training may have different licenses (e.g., MIT, Apache-2.0, or others).
 
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
  - u-10bei/structured_data_with_cot_dataset_v2
5
+ - daichira/structured-5k-mix-sft
6
  language:
7
  - en
8
  license: apache-2.0
 
34
 
35
  - Base model: Qwen/Qwen3-4B-Instruct-2507
36
  - Method: QLoRA (4-bit)
37
+ - Max sequence length: 2048
38
  - Epochs: 1
39
  - Learning rate: 2e-06
40
  - LoRA: r=128, alpha=256
 
62
 
63
  Training data:
64
  - u-10bei/structured_data_with_cot_dataset_v2
65
+ - daichira/structured-5k-mix-sft
66
 
67
  **License Note**:
68
  The datasets used in this training may have different licenses (e.g., MIT, Apache-2.0, or others).
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "gate_proj",
37
- "q_proj",
38
  "down_proj",
39
  "v_proj",
40
  "up_proj",
 
41
  "k_proj",
42
- "o_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "o_proj",
 
37
  "down_proj",
38
  "v_proj",
39
  "up_proj",
40
+ "gate_proj",
41
  "k_proj",
42
+ "q_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:aa3fe320559edebee1c1412e277c64a549dc7359deca26a57443f765ac77c5fa
3
  size 1057033224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6ff46f22d6376c43514e83497c3d2ab951d3769d18f56383a6e7dcfec95b57
3
  size 1057033224