tinygemma4 / tokenizer_config.json
ApexDevelopment's picture
Replace checkpoint with TinyGemma4 v3
bb1514d verified
Raw
History Blame Contribute Delete
213 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}