alexandreacff
commited on
Commit
•
505a967
1
Parent(s):
d3d4f7b
Training in progress, step 100
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
23 |
-
"v_proj",
|
24 |
"o_proj",
|
25 |
"gate_proj",
|
26 |
-
"k_proj"
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
|
|
23 |
"o_proj",
|
24 |
"gate_proj",
|
25 |
+
"k_proj",
|
26 |
+
"v_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM"
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 92317600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f79463c68ddb1cab71ddf0fff9341d05808a89b26a95092835f4748a96693afc
|
3 |
size 92317600
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e5ed9e419514cde4b010494e494e29a2cbf97875e483112e28496a8afe1e679
|
3 |
size 4728
|