sr5434 commited on
Commit
99da05a
·
verified ·
1 Parent(s): 1909a3e

End of training

Browse files
chat_template.jinja ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- for message in messages -%}
2
+ {%- set content = message.content if message.content is string else "" -%}
3
+ {%- if message.role == "user" -%}
4
+ {{ "<|im_start|>" + message.role + "
5
+ " + content + "<|im_end|>
6
+ " }}
7
+ {%- elif message.role == "assistant" -%}
8
+ {% generation %}
9
+ {{ "<|im_start|>assistant
10
+ " + content.lstrip("
11
+ ") + "<|im_end|>
12
+ " }}
13
+ {% endgeneration %}
14
+ {%- endif -%}
15
+ {%- endfor -%}
16
+ {# ───── generation prompt ───── #}
17
+ {%- if add_generation_prompt -%}
18
+
19
+ {{ "<|im_start|>assistant
20
+ " + "<think>
21
+
22
+ </think>
23
+ " }}
24
+ {%- endif -%}
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7809a7a336cdd1afc751efb35937ac2a73940b092025119951ca9872c5bc69b
3
  size 1072419256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb866034f112a448803d04d3b7d002c550a70365577704ec1108d4da329c663d
3
  size 1072419256
runs/Feb15_17-56-53_9091ca24d601/events.out.tfevents.1771178979.9091ca24d601.64.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71f95dc6fd303d876e0b00bb64edde6d50ed7ab83639f73bb5b4a48e54515cb
3
+ size 254603
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a201640ba64cdd18261d8bc7d2fc4ade29e54906d680e10a52bdc26b7e0a0290
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b0494a970849945d2006eff4c85aa1f0ee1433bb201ecbefea81899e2ba093
3
  size 6225