MikkaBozu commited on
Commit
8034f5c
·
verified ·
1 Parent(s): 480e187

Upload LoRA adapter (README written by author)

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. adapter_config.json +6 -6
  3. adapter_model.safetensors +2 -2
  4. config.json +8 -8
README.md CHANGED
@@ -33,10 +33,10 @@ 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: 512
37
  - Epochs: 1
38
- - Learning rate: 1e-06
39
- - LoRA: r=64, alpha=128
40
 
41
  ## Usage
42
 
 
33
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
+ - Max sequence length: 2048
37
  - Epochs: 1
38
+ - Learning rate: 2e-05
39
+ - LoRA: r=128, alpha=256
40
 
41
  ## Usage
42
 
adapter_config.json CHANGED
@@ -20,26 +20,26 @@
20
  "layers_pattern": null,
21
  "layers_to_transform": null,
22
  "loftq_config": {},
23
- "lora_alpha": 128,
24
  "lora_bias": false,
25
- "lora_dropout": 0.0,
26
  "megatron_config": null,
27
  "megatron_core": "megatron.core",
28
  "modules_to_save": null,
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
- "r": 64,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "down_proj",
37
  "k_proj",
38
  "up_proj",
39
  "gate_proj",
 
40
  "q_proj",
41
- "v_proj",
42
- "o_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
20
  "layers_pattern": null,
21
  "layers_to_transform": null,
22
  "loftq_config": {},
23
+ "lora_alpha": 256,
24
  "lora_bias": false,
25
+ "lora_dropout": 0.05,
26
  "megatron_config": null,
27
  "megatron_core": "megatron.core",
28
  "modules_to_save": null,
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
+ "r": 128,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "k_proj",
37
  "up_proj",
38
  "gate_proj",
39
+ "down_proj",
40
  "q_proj",
41
+ "o_proj",
42
+ "v_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:f3696fb73f5c839945a9019788ee1e48e23a288ecf199477bd11a76b1c7faed2
3
- size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07bbceac534033db2eb83b67c0af60edf3a093072b3e3c22c9dae8d0271965d7
3
+ size 1057033224
config.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "run_id": "20260223_004310",
3
- "time_jst": "2026-02-23T00:43:10.900142",
4
  "memo": "",
5
  "SFT_BASE_MODEL": "Qwen/Qwen3-4B-Instruct-2507",
6
  "SFT_DATASET_ID": "u-10bei/structured_data_with_cot_dataset_512_v2",
7
  "SFT_OUT_LORA_DIR": "/content/lora_structeval_t_qwen3_4b",
8
  "SFT_SEED": 3407,
9
- "SFT_MAX_SEQ_LEN": 512,
10
  "SFT_VAL_RATIO": 0.05,
11
  "SFT_EPOCHS": 1.0,
12
- "SFT_MAX_STEPS": 10,
13
- "SFT_LR": 1e-06,
14
  "SFT_WARMUP_RATIO": 0.1,
15
  "SFT_WEIGHT_DECAY": 0.05,
16
  "SFT_PER_DEVICE_TRAIN_BS": 2,
@@ -20,9 +20,9 @@
20
  "SFT_EVAL_STEPS": 50,
21
  "SFT_SAVE_STEPS": 100,
22
  "SFT_SAVE_TOTAL_LIMIT": 2,
23
- "SFT_LORA_R": 64,
24
- "SFT_LORA_ALPHA": 128,
25
- "SFT_LORA_DROPOUT": 0.0,
26
  "SFT_LORA_TARGET_MODULES": "q_proj,k_proj,v_proj,o_proj,gate_proj,up_proj,down_proj",
27
  "SFT_MASK_COT": 1,
28
  "SFT_OUTPUT_MARKERS": "Output:,OUTPUT:,Final:,Answer:,Result:,Response:",
 
1
  {
2
+ "run_id": "20260224_054704",
3
+ "time_jst": "2026-02-24T05:47:04.628709",
4
  "memo": "",
5
  "SFT_BASE_MODEL": "Qwen/Qwen3-4B-Instruct-2507",
6
  "SFT_DATASET_ID": "u-10bei/structured_data_with_cot_dataset_512_v2",
7
  "SFT_OUT_LORA_DIR": "/content/lora_structeval_t_qwen3_4b",
8
  "SFT_SEED": 3407,
9
+ "SFT_MAX_SEQ_LEN": 2048,
10
  "SFT_VAL_RATIO": 0.05,
11
  "SFT_EPOCHS": 1.0,
12
+ "SFT_MAX_STEPS": 5,
13
+ "SFT_LR": 2e-05,
14
  "SFT_WARMUP_RATIO": 0.1,
15
  "SFT_WEIGHT_DECAY": 0.05,
16
  "SFT_PER_DEVICE_TRAIN_BS": 2,
 
20
  "SFT_EVAL_STEPS": 50,
21
  "SFT_SAVE_STEPS": 100,
22
  "SFT_SAVE_TOTAL_LIMIT": 2,
23
+ "SFT_LORA_R": 128,
24
+ "SFT_LORA_ALPHA": 256,
25
+ "SFT_LORA_DROPOUT": 0.05,
26
  "SFT_LORA_TARGET_MODULES": "q_proj,k_proj,v_proj,o_proj,gate_proj,up_proj,down_proj",
27
  "SFT_MASK_COT": 1,
28
  "SFT_OUTPUT_MARKERS": "Output:,OUTPUT:,Final:,Answer:,Result:,Response:",