Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
winglian commited on
Commit
be1fb60
·
1 Parent(s): 691c97f

Update added_tokens.json

Browse files
Files changed (1) hide show
  1. added_tokens.json +3 -1
added_tokens.json CHANGED
@@ -1,3 +1,5 @@
1
  {
2
- "<pad>": 32000
 
 
3
  }
 
1
  {
2
+ "<pad>": 32000,
3
+ "<|im_start|>": 32001,
4
+ "<|im_end|>": 32003
5
  }