RaushanTurganbay HF staff commited on
Commit
d1e95b6
1 Parent(s): f2fc0cc

add image as special token

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