ebim-task2-final / tokenizer /tokenizer_config.json
Sevleete's picture
Upload folder using huggingface_hub
fba8c44 verified
Raw
History Blame Contribute Delete
785 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"clean_up_tokenization_spaces": false,
"eos_token": "<eos>",
"extra_special_tokens": [
"<image>"
],
"is_local": true,
"mask_token": "<mask>",
"max_length": 200,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"processor_class": "PaliGemmaProcessor",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"stride": 0,
"tokenizer_class": "GemmaTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>",
"use_default_system_prompt": false,
"vocab_file": "/workspace/yangtong/gq/models/google_paligemma_3b_pt_224/tokenizer.model"
}