nikuniku39 commited on
Commit
40cdb09
·
verified ·
1 Parent(s): 39b9364

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. adapter_config.json +3 -3
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - structured-output
14
  ---
15
 
16
- エポック数2実行、学習率1e-4、ドロップアウト0.05
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
@@ -34,8 +34,8 @@ while intermediate reasoning (Chain-of-Thought) is masked.
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
- - Epochs: 2
38
- - Learning rate: 1e-04
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
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)**.
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
+ - Epochs: 3
38
+ - Learning rate: 1e-06
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.05,
26
  "megatron_config": null,
27
  "megatron_core": "megatron.core",
28
  "modules_to_save": null,
@@ -33,12 +33,12 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "down_proj",
37
  "up_proj",
38
  "q_proj",
39
  "o_proj",
 
40
  "k_proj",
41
- "v_proj",
42
  "gate_proj"
43
  ],
44
  "target_parameters": 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,
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "v_proj",
37
  "up_proj",
38
  "q_proj",
39
  "o_proj",
40
+ "down_proj",
41
  "k_proj",
 
42
  "gate_proj"
43
  ],
44
  "target_parameters": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d86e9ce645bbe681b980ef100b12944333657f26f2a5933922cb0aef94de96ac
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c6c5fc7321c1dd5d72e47efa7033de8b634e3073d179938c02f2e1d278d57b
3
  size 528550256