learning-stuff-1
commited on
Commit
•
03f8bcf
1
Parent(s):
3506e7c
Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep28_23-26-53_ffdf73ab00a9/events.out.tfevents.1727566028.ffdf73ab00a9.3421.0 +2 -2
- runs/Sep28_23-42-54_ffdf73ab00a9/events.out.tfevents.1727567162.ffdf73ab00a9.18005.0 +3 -0
- runs/Sep28_23-42-54_ffdf73ab00a9/events.out.tfevents.1727567392.ffdf73ab00a9.18005.1 +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"q_proj",
|
25 |
-
"down_proj",
|
26 |
"up_proj",
|
|
|
27 |
"gate_proj",
|
|
|
28 |
"k_proj",
|
29 |
-
"v_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"up_proj",
|
24 |
+
"down_proj",
|
25 |
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_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 3083170208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40c415eb9cbbba98f281fb65c9c7839521b9fc18881d97e871ac04ba8f52f361
|
3 |
size 3083170208
|
runs/Sep28_23-26-53_ffdf73ab00a9/events.out.tfevents.1727566028.ffdf73ab00a9.3421.0
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:dd45d58625b260913859c2ad1c100b2141516c55ee9fe5cfa4659982df7c0d9e
|
3 |
+
size 7537
|
runs/Sep28_23-42-54_ffdf73ab00a9/events.out.tfevents.1727567162.ffdf73ab00a9.18005.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6043f38b9f3592ba72d10b044ffc7b07fae2b8451a63317a7684f32423f6b26
|
3 |
+
size 5881
|
runs/Sep28_23-42-54_ffdf73ab00a9/events.out.tfevents.1727567392.ffdf73ab00a9.18005.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5e2a8bd85421d016dd95999d0a60e0f1a7b16705a9b3128bc1d9962c779ed9f
|
3 |
+
size 7123
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:522f061d187a6a23c63c9020a039859dacf6a1ea49665d2c607dfc98c8626f14
|
3 |
size 5496
|