shawhin/gemma-3-1b-tool-use
Browse files- .DS_Store +0 -0
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
adapter_config.json
CHANGED
@@ -25,10 +25,10 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"k_proj",
|
29 |
-
"q_proj",
|
30 |
"v_proj",
|
31 |
-
"
|
|
|
|
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"trainable_token_indices": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_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 5991064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ec06d07d17a876a1cc68a04905526c8d75ac9f4dad5c9b89d6b5e5dff2269ec
|
3 |
size 5991064
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6161
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19ca1278dc79ccf916b8c0201f5086880be8e49e82f35d8447feb2006808686c
|
3 |
size 6161
|