Set eos token in special _tokens_map into <|im_end|>
Browse files- special_tokens_map.json +1 -1
special_tokens_map.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"eos_token": {
|
3 |
-
"content": "<|
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
"eos_token": {
|
3 |
+
"content": "<|im_end|>",
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|