Training in progress, step 63
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- chat_template.jinja +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"k_proj",
|
32 |
"q_proj",
|
33 |
-
"v_proj",
|
34 |
"o_proj"
|
35 |
],
|
36 |
"target_parameters": [
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
+
"v_proj",
|
32 |
"k_proj",
|
33 |
"q_proj",
|
|
|
34 |
"o_proj"
|
35 |
],
|
36 |
"target_parameters": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 60189176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa7f54aad4c8bfb2be97e5925f848e43b57282f2509a4db5e872cc49a4157ec
|
3 |
size 60189176
|
chat_template.jinja
CHANGED
@@ -245,9 +245,9 @@
|
|
245 |
{%- if developer_message %}
|
246 |
{{- "# Instructions\n\n" }}
|
247 |
{{- developer_message }}
|
|
|
248 |
{%- endif %}
|
249 |
{%- if tools -%}
|
250 |
-
{{- "\n\n" }}
|
251 |
{{- "# Tools\n\n" }}
|
252 |
{{- render_tool_namespace("functions", tools) }}
|
253 |
{%- endif -%}
|
|
|
245 |
{%- if developer_message %}
|
246 |
{{- "# Instructions\n\n" }}
|
247 |
{{- developer_message }}
|
248 |
+
{{- "\n\n" }}
|
249 |
{%- endif %}
|
250 |
{%- if tools -%}
|
|
|
251 |
{{- "# Tools\n\n" }}
|
252 |
{{- render_tool_namespace("functions", tools) }}
|
253 |
{%- endif -%}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6225
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd0f88e81cc02c8333fa4296ad1275c8a1580259a46ae622ed6b5e9231597659
|
3 |
size 6225
|