kisoku-3b-base / tokenizer_config.json
0arch-io's picture
Upload folder using huggingface_hub
faac690 verified
raw
history blame contribute delete
357 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "PreTrainedTokenizerFast",
"add_bos_token": true,
"add_eos_token": false
}