Text Generation
Transformers
Safetensors
falcon
text-generation-inference
Inference Endpoints
andreaskoepf commited on
Commit
8dd7749
1 Parent(s): b3a2c37

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +4 -0
special_tokens_map.json CHANGED
@@ -1,3 +1,7 @@
1
  {
 
 
 
 
2
  "eos_token": "<|endoftext|>"
3
  }
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
  "eos_token": "<|endoftext|>"
7
  }