your-username/lora-plant-deepseek
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,9 +26,9 @@
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"q_proj",
|
29 |
-
"v_proj",
|
30 |
"o_proj",
|
31 |
-
"k_proj"
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"trainable_token_indices": null,
|
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"q_proj",
|
|
|
29 |
"o_proj",
|
30 |
+
"k_proj",
|
31 |
+
"v_proj"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"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 12608264
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c4b405ff95324bc0acf0d0c461d21e9f3b24b0e10ee82088c6d3c6571f575ff
|
3 |
size 12608264
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9c51d64209bcd4fc5a5a16d677acdbbe60848e957353ab47612465894a35874
|
3 |
size 5304
|