HunyuanImage-3.0-Instruct-Distil-INT8 / tokenizer_config.json
EricRollei's picture
Upload folder using huggingface_hub
c7c6837 verified
raw
history blame contribute delete
223 Bytes
{
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1048576,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast"
}