willow-alpha-base / tokenizer_config.json
arthu1's picture
Upload folder using huggingface_hub
54a5e6f verified
raw
history blame contribute delete
279 Bytes
{
"model_max_length": 2048,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"additional_special_tokens": [
"<|user|>",
"<|assistant|>",
"<|system|>",
"<|end|>"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}