danielhanchen commited on
Commit
a65348d
·
verified ·
1 Parent(s): c96fcf1

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -1
  2. tokenizer_config.json +2 -1
special_tokens_map.json CHANGED
@@ -14,7 +14,7 @@
14
  "single_word": false
15
  },
16
  "pad_token": {
17
- "content": "<|end▁of▁sentence|>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
 
14
  "single_word": false
15
  },
16
  "pad_token": {
17
+ "content": "<|vision_pad|>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -234,7 +234,8 @@
234
  "extra_special_tokens": {},
235
  "legacy": true,
236
  "model_max_length": 131072,
237
- "pad_token": "<\uff5cend\u2581of\u2581sentence\uff5c>",
 
238
  "sp_model_kwargs": {},
239
  "tokenizer_class": "LlamaTokenizerFast",
240
  "unk_token": null,
 
234
  "extra_special_tokens": {},
235
  "legacy": true,
236
  "model_max_length": 131072,
237
+ "pad_token": "<|vision_pad|>",
238
+ "padding_side": "left",
239
  "sp_model_kwargs": {},
240
  "tokenizer_class": "LlamaTokenizerFast",
241
  "unk_token": null,