yutaro06 commited on
Commit
80b9839
·
verified ·
1 Parent(s): 1e13517

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. adapter_config.json +6 -6
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
- - u-10bei/structured_data_with_cot_dataset_512_v5
5
  language:
6
  - en
7
  license: apache-2.0
@@ -13,7 +13,7 @@ tags:
13
  - structured-output
14
  ---
15
 
16
- <【課題】環境設定変更1+データ変更1>
17
 
18
  This repository provides a **LoRA adapter** fine-tuned from
19
  **Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
@@ -34,9 +34,9 @@ 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: 2e-05
39
- - LoRA: r=64, alpha=128
40
 
41
  ## Usage
42
 
@@ -59,7 +59,7 @@ model = PeftModel.from_pretrained(model, adapter)
59
 
60
  ## Sources & Terms (IMPORTANT)
61
 
62
- Training data: u-10bei/structured_data_with_cot_dataset_512_v5
63
 
64
  Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
65
  Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
 
1
  ---
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
+ - u-10bei/structured_data_with_cot_dataset_512_v2
5
  language:
6
  - en
7
  license: apache-2.0
 
13
  - structured-output
14
  ---
15
 
16
+ <【課題】qwen3-4b-structured-output-lora>
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-05
39
+ - LoRA: r=128, alpha=128
40
 
41
  ## Usage
42
 
 
59
 
60
  ## Sources & Terms (IMPORTANT)
61
 
62
+ Training data: u-10bei/structured_data_with_cot_dataset_512_v2
63
 
64
  Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
65
  Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
adapter_config.json CHANGED
@@ -29,17 +29,17 @@
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
- "k_proj",
37
- "down_proj",
38
  "q_proj",
39
- "v_proj",
40
- "gate_proj",
41
  "o_proj",
42
- "up_proj"
 
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
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
  "q_proj",
37
+ "up_proj",
 
38
  "o_proj",
39
+ "gate_proj",
40
+ "k_proj",
41
+ "down_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:ac277601a5f080920bfaf129cef05b409b27a575acf8b2ae906a999a8eaa8588
3
- size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7f6ccd5ab2d26d948bce55548b991365b117b79796ff7ac66856cca801a8d5
3
+ size 1057033224