Yuna-130M-Instruct / tokenizer_config.json
meadbee's picture
Initial Yuna 130M instruct release
ebee230 verified
Raw
History Blame Contribute Delete
282 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"eos_token": "<|end_of_text|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 2048,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}