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 |
"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,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"up_proj",
|
27 |
"v_proj",
|
28 |
"down_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 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc374590aee85f5239fe13c09cab2dbbe93888c25368074b9850292cae0f57e8
|
3 |
size 167832240
|
runs/Aug20_12-31-41_dbdf76e0a4ee/events.out.tfevents.1724157111.dbdf76e0a4ee.268.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:169297d87626b62eaac60914e9bb30a21fbbf905458e9c8e52903cf75992ef83
|
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:ca725d97e7ef0722813921cb92c339d890dba4afb9bd0f5d2db4940fd724282b
|
3 |
size 5176
|