Your Name
commited on
Commit
•
17f7d75
1
Parent(s):
67be0d4
3600_step
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- optimizer.pt +2 -2
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- trainer_state.json +0 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
"k_proj",
|
25 |
-
"v_proj",
|
26 |
-
"gate_proj",
|
27 |
"o_proj",
|
|
|
|
|
28 |
"down_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"q_proj",
|
24 |
"k_proj",
|
|
|
|
|
25 |
"o_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
"down_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71e86a057734dc296ed4da7feea90c1116cc77200b8f3250f58ddc903513af45
|
3 |
size 167832240
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e293abce5dc7bcd4ef62aaf61edba64e61f21ea43e32eff222c02ba90ac5fc5
|
3 |
+
size 84571156
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f5ca9b7d20f6fd839dcd95e8feb73a38377f162a8673562d7080480231e1cb5
|
3 |
size 14244
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bc01c0824c2d0c021b738c92b1948da257fff7eb0c9a56678b2f484169e9c89
|
3 |
size 1064
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6655cd19b11347c3b5e5749933145e115bf034fa82f5110fefbb2865c723b77
|
3 |
size 4984
|