Training in progress, step 500
Browse files
adapter_config.json
CHANGED
@@ -15,21 +15,21 @@
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
-
"
|
19 |
-
"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 128,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
|
|
27 |
"down_proj",
|
28 |
"up_proj",
|
|
|
29 |
"o_proj",
|
30 |
-
"v_proj"
|
31 |
-
"gate_proj",
|
32 |
-
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
+
"lm_head",
|
19 |
+
"embed_tokens"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 128,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"gate_proj",
|
28 |
"down_proj",
|
29 |
"up_proj",
|
30 |
+
"q_proj",
|
31 |
"o_proj",
|
32 |
+
"v_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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 928031856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243f605abbe07d81a8dabe176fbca804ac114ee24f3a33e0d3a9d8b7c6592348
|
3 |
size 928031856
|
runs/Sep24_01-51-05_sammie/events.out.tfevents.1727164395.sammie.364485.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e768288b2e11234fe4e022bd6c35087befcdbad1c201846b35220eee27f5593c
|
3 |
+
size 16240
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
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 |
{
|
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:c6129c47eb3d79d123e565041755fd270ca35bbb347ebac7e635faa2854c724d
|
3 |
size 5496
|