tiny-random-ltx2.3 / tokenizer /tokenizer_config.json
h0witended's picture
Make the fixture loadable on the whole supported transformers range
ac56122 verified
Raw
History Blame Contribute Delete
223 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"model_max_length": 1024,
"pad_token": "<pad>",
"tokenizer_class": "GemmaTokenizerFast",
"unk_token": "<unk>"
}