Locutusque Felladrin commited on
Commit
e1d2b43
1 Parent(s): 4b5d362

Set `add_bos_token` to `false` to prevent auto-adding `<|bos|>` in prompts from GGUF files (#3)

Browse files

- Set `add_bos_token` to `false` to prevent auto-adding `<|bos|>` in prompts from GGUF files (9d0cf2b7103bc46fcdf22c1b8fc94ebf5720c8cd)


Co-authored-by: Victor Nogueira <Felladrin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "add_bos_token": true,
3
  "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
 
1
  {
2
+ "add_bos_token": false,
3
  "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {