KazumaTsuboi commited on
Commit
8de06ea
·
verified ·
1 Parent(s): b0d7dee

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. adapter_config.json +5 -9
  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_v4
5
  language:
6
  - en
7
  license: apache-2.0
@@ -35,8 +35,8 @@ while intermediate reasoning (Chain-of-Thought) is masked.
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
  - Epochs: 1
38
- - Learning rate: 1e-04
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_v4
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
 
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
  - Epochs: 1
38
+ - Learning rate: 1e-05
39
+ - LoRA: r=8, alpha=8
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
@@ -20,26 +20,22 @@
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
- "v_proj",
37
- "up_proj",
38
- "k_proj",
39
- "o_proj",
40
  "q_proj",
41
- "down_proj",
42
- "gate_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": 8,
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": 8,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
 
 
36
  "q_proj",
37
+ "v_proj",
38
+ "o_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92deb5e65af1755813d657bd6d24680855b341cb1dd58cfd74b6e54d5c5fbad8
3
- size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0fcb07840ff61eb0ce85e9951d71f2db573005dbf5fe1019d149e8c28eec882
3
+ size 19492872