kayra-1-thinking-exp / tokenizer_config.json
sixfingerdev's picture
kayra-1-thinking-exp: 5 epoch fine-tune with CoT think format
08f3a38 verified
Raw
History Blame Contribute Delete
319 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"is_local": false,
"local_files_only": false,
"model_max_length": 512,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}