v13: (README written by author)
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -61,7 +61,7 @@ model = PeftModel.from_pretrained(model, adapter)
|
|
| 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
|
| 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.
|
|
|
|
| 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
|
@@ -33,13 +33,13 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
| 36 |
"up_proj",
|
|
|
|
| 37 |
"gate_proj",
|
| 38 |
"down_proj",
|
| 39 |
-
"
|
| 40 |
-
"q_proj",
|
| 41 |
-
"v_proj",
|
| 42 |
-
"k_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
+
"k_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
"up_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
"gate_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:
|
| 3 |
size 792791480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc7c0d7d062be59b5db2785f775af4dae48eecec8e773b14d42af018059cd439
|
| 3 |
size 792791480
|