AlekseyKorshuk
commited on
Commit
•
e17b95f
1
Parent(s):
7e3d7f5
Training in progress, epoch 1
Browse files- tokenizer_config.json +1 -0
- training_args.bin +1 -1
tokenizer_config.json
CHANGED
@@ -331,6 +331,7 @@
|
|
331 |
}
|
332 |
},
|
333 |
"bos_token": "<|endoftext|>",
|
|
|
334 |
"clean_up_tokenization_spaces": true,
|
335 |
"eos_token": "<|im_end|>",
|
336 |
"model_max_length": 2048,
|
|
|
331 |
}
|
332 |
},
|
333 |
"bos_token": "<|endoftext|>",
|
334 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
335 |
"clean_up_tokenization_spaces": true,
|
336 |
"eos_token": "<|im_end|>",
|
337 |
"model_max_length": 2048,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4859
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9dc7c21fdd8cb205638986cdfdff81c46b14a13d1c05b5fa4a134fd7b66061
|
3 |
size 4859
|