Training in progress, epoch 4
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"gate_proj",
|
25 |
"o_proj",
|
26 |
-
"lm_head",
|
27 |
-
"up_proj",
|
28 |
-
"down_proj",
|
29 |
"k_proj",
|
|
|
|
|
|
|
|
|
30 |
"v_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
24 |
"o_proj",
|
|
|
|
|
|
|
25 |
"k_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"up_proj",
|
29 |
+
"lm_head",
|
30 |
"v_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 908159400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:552fe853bdac33ed6cded9431913a0c789ce2e897179a6d8a952c7450bc3ddf0
|
3 |
size 908159400
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1759f9ecaa73cd9c25dd5a2c7b90a7a8fa116d7bc32bdeb365f510e0e5676378
|
3 |
size 5176
|