motoko-1-1b / tokenizer_config.json
hrudu's picture
update
89e5d21
raw
history blame contribute delete
273 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 2048,
"padding_side": "right",
"truncation_side": "right",
"pad_token": "<pad>",
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"clean_up_tokenization_spaces": false
}