lucyknada djuna commited on
Commit
5751336
1 Parent(s): 0f3dc7a

Set eos token in special _tokens_map into <|im_end|> (#4)

Browse files

- Set eos token in special _tokens_map into <|im_end|> (a6a31fef512a316058e19afbfaf20e3c99884ed8)


Co-authored-by: Djuunaa <djuna@users.noreply.huggingface.co>

Files changed (1) hide show
  1. special_tokens_map.json +1 -1
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "eos_token": {
3
- "content": "<|endoftext|>",
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,