Vladimir K
commited on
Commit
·
1df647e
1
Parent(s):
caec0d8
push
Browse files- README.md +1 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: peft
|
4 |
---
|
5 |
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/Qwen2.5-1.5B
|
3 |
library_name: peft
|
4 |
---
|
5 |
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
@@ -25,9 +25,9 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"k_proj"
|
30 |
-
"o_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"trainable_token_indices": null,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B",
|
5 |
"bias": "none",
|
6 |
"corda_config": null,
|
7 |
"eva_config": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"q_proj",
|
28 |
+
"o_proj",
|
29 |
"v_proj",
|
30 |
+
"k_proj"
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67a3cfadb3d553a3405a047cbe2d9a5730e3f5cee9d9606ea08d9d890d92b1fd
|
3 |
+
size 8745704
|