cyberbabooshka commited on
Commit
06affeb
·
verified ·
1 Parent(s): 192b5c5

End of training

Browse files
Files changed (3) hide show
  1. README.md +3 -1
  2. chat_template.jinja +2 -3
  3. training_args.bin +2 -2
README.md CHANGED
@@ -37,7 +37,9 @@ chat_template_jinja: >-
37
  {%- for message in messages %}
38
  {{- message.content.strip('\n') + '\n' }}
39
  {%- endfor %}
40
- {{- '<|im_end|>' }}
 
 
41
 
42
 
43
  datasets:
 
37
  {%- for message in messages %}
38
  {{- message.content.strip('\n') + '\n' }}
39
  {%- endfor %}
40
+ {%- if not add_generation_prompt %}
41
+ {{- '<|im_end|>' }}
42
+ {%- endif %}
43
 
44
 
45
  datasets:
chat_template.jinja CHANGED
@@ -1,6 +1,5 @@
1
  {%- for message in messages %}
2
  {{- message.content.strip('\n') + '\n' }}
3
- {%- endfor %}
4
- {%- if not add_generation_prompt %}
5
  {{- '<|im_end|>' }}
6
- {%- endif %}
 
1
  {%- for message in messages %}
2
  {{- message.content.strip('\n') + '\n' }}
3
+ {%- endfor %} {%- if not add_generation_prompt %}
 
4
  {{- '<|im_end|>' }}
5
+ {%- endif %}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1a88ab96c5f209dc0e56f5709065aaa85ddab59eb6aa26f0ec91cccb541bd84
3
- size 7121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ca5e476a8b74b7c8d92f81e7730dc002dff80064f8c3f75a9c838671deb775
3
+ size 7185