Training in progress, step 60
Browse files
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
-
"down_proj",
|
26 |
-
"v_proj",
|
27 |
"k_proj",
|
|
|
|
|
|
|
28 |
"q_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
|
|
|
|
|
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"down_proj",
|
27 |
+
"o_proj",
|
28 |
"q_proj",
|
29 |
+
"gate_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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9d95198d68f9d8e42f974e19f5d66e85428a4f61c96a8db3cb4c4ee7d7eaadb
|
3 |
size 167832240
|
runs/Aug20_11-44-58_6b8ef3d72373/events.out.tfevents.1724154301.6b8ef3d72373.880.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cdb9cf570975823306b7761ac62c77522fb40fa2df6568898f6b69dd9fc72d0
|
3 |
+
size 18371
|
tokenizer_config.json
CHANGED
@@ -2059,6 +2059,6 @@
|
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
"pad_token": "<|finetune_right_pad_id|>",
|
2062 |
-
"padding_side": "
|
2063 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
}
|
|
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
"pad_token": "<|finetune_right_pad_id|>",
|
2062 |
+
"padding_side": "right",
|
2063 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7da0ce8d671bc192795378bd5f52d67ebd19528d1db20d5bf8864fe35fef7738
|
3 |
size 5176
|