Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -330,7 +330,7 @@
|
|
330 |
"special": true
|
331 |
}
|
332 |
},
|
333 |
-
"bos_token": "<|
|
334 |
"clean_up_tokenization_spaces": true,
|
335 |
"eos_token": "<|endoftext|>",
|
336 |
"model_max_length": 2048,
|
|
|
330 |
"special": true
|
331 |
}
|
332 |
},
|
333 |
+
"bos_token": "<|startoftext|>",
|
334 |
"clean_up_tokenization_spaces": true,
|
335 |
"eos_token": "<|endoftext|>",
|
336 |
"model_max_length": 2048,
|