Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
-
"qkv_proj",
|
25 |
"o_proj",
|
26 |
-
"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"qkv_proj",
|
25 |
+
"gate_up_proj",
|
26 |
+
"down_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 201361312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2546570f809d6f464f713ec9675e3e732d4c6e8344173f7d025954015d50f1e7
|
3 |
size 201361312
|
runs/May25_23-25-58_9c5fa09216de/events.out.tfevents.1716679564.9c5fa09216de.253.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b34015e7bf4f26dcbbeac4d13229c5f894038c25dbd6ec92875675b7a77a3042
|
3 |
+
size 6519
|
tokenizer_config.json
CHANGED
@@ -119,6 +119,7 @@
|
|
119 |
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
120 |
"clean_up_tokenization_spaces": false,
|
121 |
"eos_token": "<|endoftext|>",
|
|
|
122 |
"model_max_length": 4096,
|
123 |
"pad_token": "<|endoftext|>",
|
124 |
"padding_side": "right",
|
|
|
119 |
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
|
120 |
"clean_up_tokenization_spaces": false,
|
121 |
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
"model_max_length": 4096,
|
124 |
"pad_token": "<|endoftext|>",
|
125 |
"padding_side": "right",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3fd781b2fe9c5f3e8ee7f4d73f3c66b2bfa35d36d6fae9cf1cce567ad54fd54
|
3 |
size 5112
|