chyungwon commited on
Commit
2d852ff
·
verified ·
1 Parent(s): 4a1ee56

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +4 -0
  2. tokenizer_config.json +4 -0
special_tokens_map.json CHANGED
@@ -1,4 +1,8 @@
1
  {
 
 
 
 
2
  "boi_token": "<start_of_image>",
3
  "bos_token": {
4
  "content": "<bos>",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<start_of_turn>",
4
+ "<end_of_turn>"
5
+ ],
6
  "boi_token": "<start_of_image>",
7
  "bos_token": {
8
  "content": "<bos>",
tokenizer_config.json CHANGED
@@ -51323,6 +51323,10 @@
51323
  "special": true
51324
  }
51325
  },
 
 
 
 
51326
  "boi_token": "<start_of_image>",
51327
  "bos_token": "<bos>",
51328
  "clean_up_tokenization_spaces": false,
 
51323
  "special": true
51324
  }
51325
  },
51326
+ "additional_special_tokens": [
51327
+ "<start_of_turn>",
51328
+ "<end_of_turn>"
51329
+ ],
51330
  "boi_token": "<start_of_image>",
51331
  "bos_token": "<bos>",
51332
  "clean_up_tokenization_spaces": false,