fix: add default special tokens

This commit is contained in:
Jonathan Tow 2024-01-19 22:52:04 +00:00 committed by system
parent 192936bf86
commit ca32832c44
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -5,5 +5,8 @@
"tokenization_arcade100k.Arcade100kTokenizer",
null
]
}
},
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>"
}