juliadollis
commited on
Commit
•
69b5714
1
Parent(s):
6c0a3d3
Training in progress, step 6
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"lm_head",
|
24 |
"k_proj",
|
25 |
-
"
|
26 |
-
"q_proj",
|
27 |
-
"v_proj",
|
28 |
"o_proj",
|
|
|
|
|
|
|
29 |
"gate_proj",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"k_proj",
|
24 |
+
"lm_head",
|
|
|
|
|
25 |
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_proj",
|
29 |
"gate_proj",
|
30 |
+
"down_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 608759104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f522a59980c9db51b1bce62d486723cdf3ba5f57974324f6c0acbf4e0d88bbbd
|
3 |
size 608759104
|
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:3976fade6d5939cd589517f9ffc2febb564bfba144217f254bb1c45094e4d899
|
3 |
size 5304
|