Disable bos token
Browse filesHello 🙂,
Lets disable bos as according to line 8 in config.json:
https://huggingface.co/Infinigence/Megrez-3B-Instruct/blob/main/config.json#L8
Thank you
- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"120000": {
|
4 |
"content": "<|eos|>",
|
|
|
1 |
{
|
2 |
+
"add_bos_token": false,
|
3 |
"added_tokens_decoder": {
|
4 |
"120000": {
|
5 |
"content": "<|eos|>",
|