v13: (README written by author)
Browse files- README.md +3 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 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,7 +61,7 @@ model = PeftModel.from_pretrained(model, adapter)
|
|
| 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.
|
|
|
|
| 2 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
datasets:
|
| 4 |
- u-10bei/structured_data_with_cot_dataset_512_v2
|
| 5 |
+
- u-10bei/structured_data_with_cot_dataset_512_v4
|
| 6 |
+
- u-10bei/structured_data_with_cot_dataset_512_v5
|
| 7 |
language:
|
| 8 |
- en
|
| 9 |
license: apache-2.0
|
|
|
|
| 61 |
|
| 62 |
## Sources & Terms (IMPORTANT)
|
| 63 |
|
| 64 |
+
Training data: u-10bei/structured_data_with_cot_dataset_512_v2, u-10bei/structured_data_with_cot_dataset_512_v4 ,u-10bei/structured_data_with_cot_dataset_512_v5
|
| 65 |
|
| 66 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 67 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
adapter_config.json
CHANGED
|
@@ -35,11 +35,11 @@
|
|
| 35 |
"target_modules": [
|
| 36 |
"up_proj",
|
| 37 |
"gate_proj",
|
| 38 |
-
"k_proj",
|
| 39 |
-
"v_proj",
|
| 40 |
"down_proj",
|
| 41 |
"o_proj",
|
| 42 |
-
"q_proj"
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 35 |
"target_modules": [
|
| 36 |
"up_proj",
|
| 37 |
"gate_proj",
|
|
|
|
|
|
|
| 38 |
"down_proj",
|
| 39 |
"o_proj",
|
| 40 |
+
"q_proj",
|
| 41 |
+
"v_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:
|
| 3 |
size 792791480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28df855d4345e76e6901ab49d8ed0c6d8b379012e15aaeb7c2da2606be5188e3
|
| 3 |
size 792791480
|