kayra-1-exp / tokenizer_config.json
sixfingerdev's picture
Upload tokenizer_config.json with huggingface_hub
b752402 verified
raw
history blame contribute delete
235 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 512,
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|pad|>",
"unk_token": "<|unk|>",
"clean_up_tokenization_spaces": true
}