Training in progress, epoch 1
Browse files- adapter_config.json +5 -0
- adapter_model.safetensors +2 -2
- runs/Mar08_14-34-57_158f837ff553/events.out.tfevents.1709908501.158f837ff553.305.0 +3 -0
- runs/Mar08_14-43-53_158f837ff553/events.out.tfevents.1709909038.158f837ff553.3475.0 +3 -0
- runs/Mar08_14-48-12_158f837ff553/events.out.tfevents.1709909293.158f837ff553.4735.0 +3 -0
- tokenizer.json +1 -6
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -19,7 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"v_proj",
|
|
|
|
|
|
|
23 |
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"k_proj",
|
23 |
+
"down_proj",
|
24 |
"v_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"up_proj",
|
27 |
+
"o_proj",
|
28 |
"q_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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d51452020c36e8be433b902381ddb45a7d7ae2fd582cbe23267830b980a10cbc
|
3 |
+
size 217931936
|
runs/Mar08_14-34-57_158f837ff553/events.out.tfevents.1709908501.158f837ff553.305.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5e366fab9701647ac96609b018c72079179cb3f6ee3a3e621c8d21fe5555f8f
|
3 |
+
size 5254
|
runs/Mar08_14-43-53_158f837ff553/events.out.tfevents.1709909038.158f837ff553.3475.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8b38ec87a79c2906eb85264d386a66cefc2a39bd42701af6b47194d560b0c12
|
3 |
+
size 5046
|
runs/Mar08_14-48-12_158f837ff553/events.out.tfevents.1709909293.158f837ff553.4735.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d03202252b62bb5580278d245730d17d70dab085c2b24abf2c2e10557b942b8b
|
3 |
+
size 6662
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:849b0bcf970fdda4e8d458f349e9c99592f8c86003d2530572858c708c5d79de
|
3 |
+
size 4920
|