frankmorales2020
commited on
Commit
•
fc32b70
1
Parent(s):
77f64f0
Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- runs/Jun15_07-18-19_846c050cb2eb/events.out.tfevents.1718435914.846c050cb2eb.5658.0 +3 -0
- runs/Jun15_07-24-34_846c050cb2eb/events.out.tfevents.1718436289.846c050cb2eb.7668.0 +3 -0
- runs/Jun15_07-27-06_846c050cb2eb/events.out.tfevents.1718436441.846c050cb2eb.8621.0 +3 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"o_proj",
|
26 |
"down_proj",
|
27 |
-
"
|
28 |
"q_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"down_proj",
|
24 |
+
"up_proj",
|
25 |
"q_proj",
|
26 |
+
"v_proj",
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_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 1342239008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b1890719eda6f2b04688d428920d5eaa4c523601fa2e0863136e617e77c91fb
|
3 |
size 1342239008
|
runs/Jun15_07-18-19_846c050cb2eb/events.out.tfevents.1718435914.846c050cb2eb.5658.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbd7bc2e55aa80e5c0a1297d637519d4bf7c2b3ac614110d13dfb0cd3e72b748
|
3 |
+
size 5461
|
runs/Jun15_07-24-34_846c050cb2eb/events.out.tfevents.1718436289.846c050cb2eb.7668.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91373d210b66eb0f9426079299e6f70d57141b13d452bf97238938860ab5ad47
|
3 |
+
size 88
|
runs/Jun15_07-27-06_846c050cb2eb/events.out.tfevents.1718436441.846c050cb2eb.8621.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2948c01014450c0158888bd76886d1eddb86b64bf8a908ee02c243c05a300d78
|
3 |
+
size 5667
|
training_args.bin
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:9a84bf4a28d442b443d76f91bf73aaa6f24c29bcc2aadb865b849ae36e1903cc
|
3 |
+
size 5240
|