Text Generation
PEFT
Safetensors
English
qlora
lora
structured-output
MF0619 commited on
Commit
65c9541
·
verified ·
1 Parent(s): 5759007

Upload 8 files

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. adapter_config.json +4 -4
  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: 1024
37
- - Epochs: 1
38
- - Learning rate: 2e-05
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
13
  - structured-output
14
  ---
15
 
16
+ qwen3-4b-lora-for-LLM2025A
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: 2048
37
+ - Epochs: 3
38
+ - Learning rate: 1e-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
36
  "down_proj",
37
- "k_proj",
38
  "gate_proj",
39
- "o_proj",
40
- "v_proj",
41
  "up_proj",
42
- "q_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "v_proj",
37
+ "o_proj",
38
  "down_proj",
 
39
  "gate_proj",
40
+ "q_proj",
 
41
  "up_proj",
42
+ "k_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:cf541fd052379850d9df0135cfca3d7f33e2a3fad008046b5d8dafd9d289d2ff
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce895df28f2d96d38967059f0759d7c2f9bc4c134f9f24e18081c892645dd749
3
  size 528550256