saeoshi commited on
Commit
20d4d3e
·
verified ·
1 Parent(s): 86bc61f

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. adapter_config.json +5 -5
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - structured-output
14
  ---
15
 
16
- <【課題】ここは自分で記入して下さい>
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
@@ -33,9 +33,9 @@ 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: 2048
37
- - Epochs: 2
38
- - Learning rate: 2e-04
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
13
  - structured-output
14
  ---
15
 
16
+ <suda_tunemodel>
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
 
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: 1e-04
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
adapter_config.json CHANGED
@@ -22,7 +22,7 @@
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,
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "gate_proj",
37
  "v_proj",
38
- "o_proj",
39
  "up_proj",
40
- "down_proj",
41
  "q_proj",
42
- "k_proj"
 
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
22
  "loftq_config": {},
23
  "lora_alpha": 128,
24
  "lora_bias": false,
25
+ "lora_dropout": 0.05,
26
  "megatron_config": null,
27
  "megatron_core": "megatron.core",
28
  "modules_to_save": null,
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "v_proj",
 
37
  "up_proj",
 
38
  "q_proj",
39
+ "gate_proj",
40
+ "down_proj",
41
+ "k_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:b43a62d126eac32993090e951f3d86d46a1195ad500d686a223aa930ca878ea1
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d25f40b3e8c186e35682e07105b17659006b5caeec2e0d12f1f07d9ca5cbe97
3
  size 528550256