jais-13b-custom / tokenizer_config.json
vrouco's picture
Upload folder using huggingface_hub
2cc78fb verified
raw
history blame contribute delete
215 Bytes
{
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"pad_token": "<|endoftext|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<|endoftext|>"
}