RaushanTurganbay HF staff commited on
Commit
8f3eefb
1 Parent(s): 0d3490e

add image as special token

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -1
tokenizer_config.json CHANGED
@@ -48,7 +48,10 @@
48
  "bos_token": "<s>",
49
  "clean_up_tokenization_spaces": false,
50
  "eos_token": "</s>",
51
- "extra_special_tokens": {},
 
 
 
52
  "legacy": true,
53
  "model_max_length": 1000000000000000019884624838656,
54
  "pad_token": "<pad>",
 
48
  "bos_token": "<s>",
49
  "clean_up_tokenization_spaces": false,
50
  "eos_token": "</s>",
51
+ "extra_special_tokens": {
52
+ "image_token": "<image>"
53
+ },
54
+ "image_token": "<image>",
55
  "legacy": true,
56
  "model_max_length": 1000000000000000019884624838656,
57
  "pad_token": "<pad>",