robinsmits
commited on
Commit
•
9a76c2f
1
Parent(s):
598853a
Training in progress, step 1022
Browse files
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"o_proj",
|
24 |
"k_proj",
|
25 |
-
"
|
26 |
"v_proj",
|
27 |
-
"
|
28 |
"up_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"down_proj",
|
23 |
"o_proj",
|
24 |
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
"v_proj",
|
27 |
+
"q_proj",
|
28 |
"up_proj"
|
29 |
],
|
30 |
"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 639691872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca4039526efd17169ce6a19e9ff790b1c4b6ed58fc4a31ac03a4181b6dd68dd2
|
3 |
size 639691872
|
runs/Mar26_06-47-16_375aeff7f0a0/events.out.tfevents.1711435746.375aeff7f0a0.325.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87a034b2dc73f0123e68fe7b8130d7e3040c924f73316ade907d2712ca590010
|
3 |
+
size 6634
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 2048,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
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:5fcc9fea80a29f9d18b217d33a3ddd6c7870daae74658ce7456f4c9a5f5399c6
|
3 |
size 4984
|