frankmorales2020
commited on
Commit
•
8b65254
1
Parent(s):
e7d57d1
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
-
"down_proj",
|
25 |
-
"up_proj",
|
26 |
-
"q_proj",
|
27 |
"k_proj",
|
|
|
|
|
|
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
|
|
|
|
|
|
24 |
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
"o_proj",
|
29 |
+
"up_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:486c99888629c8e47e73576a3bd4516987af29386cf3b4920b17fff702f56c11
|
3 |
size 1342239008
|
runs/Jun15_14-48-00_e80519f0249f/events.out.tfevents.1718462895.e80519f0249f.4460.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:112dc83ebea3bd02cd54d0900add99bfd5150b50975d342603b98edffb1d1a66
|
3 |
+
size 5460
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2bb5610dd9392442dd9307417feba93581602f9a3db8537a9bda235ecc93f62
|
3 |
size 5240
|