tachan881 commited on
Commit
520d2c5
·
verified ·
1 Parent(s): acdc317

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. adapter_config.json +3 -3
  3. adapter_model.safetensors +1 -1
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
@@ -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
 
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
@@ -33,12 +33,12 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "o_proj",
37
- "gate_proj",
38
  "down_proj",
39
- "up_proj",
40
  "k_proj",
 
 
41
  "v_proj",
 
42
  "q_proj"
43
  ],
44
  "target_parameters": null,
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
36
  "down_proj",
 
37
  "k_proj",
38
+ "gate_proj",
39
+ "up_proj",
40
  "v_proj",
41
+ "o_proj",
42
  "q_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:a5933f4f0daf2055b03fe4f63aa13a6d347d5ec694f6e0fa9d2e6e4d02d47898
3
  size 1057033224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa6c6a94819e5a8b1c3da0b903a5ad42b1e75bc7c7b411d8f7e755163726f2f2
3
  size 1057033224