bigaspv26-training / tokenizer /tokenizer_config.json
fancyfeast's picture
Upload StableDiffusionXLPipeline
62fd34d verified
raw
history blame contribute delete
361 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": true,
"model_max_length": 77,
"pad_token": "<|endoftext|>",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}