RangiLyu commited on
Commit
25c9ed4
1 Parent(s): f7dc281

update additional_special_tokens

Browse files

Make sure the special-token-related attributes of the tokenizer can work.

Files changed (1) hide show
  1. special_tokens_map.json +8 -0
special_tokens_map.json CHANGED
@@ -1,4 +1,12 @@
1
  {
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
  "pad_token": "</s>",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|action_start|>",
6
+ "<|action_end|>",
7
+ "<|interpreter|>",
8
+ "<|plugin|>"
9
+ ],
10
  "bos_token": "<s>",
11
  "eos_token": "</s>",
12
  "pad_token": "</s>",