Text Generation
Transformers
Safetensors
falcon
text-generation-inference
Inference Endpoints
andreaskoepf commited on
Commit
58b1f86
1 Parent(s): 9ccce4f

use <|im_end|> as eos

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
- "eos_token": "<|endoftext|>",
5
  "model_max_length": 2048,
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }
 
1
  {
2
  "add_prefix_space": false,
3
  "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|im_end|>",
5
  "model_max_length": 2048,
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }