ColabInstruct-Z-1.1B / tokenizer_config.json
crumb's picture
why was it even like that
7fe69d2
raw
history blame contribute delete
259 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 2048,
"pad_token": "<pad>",
"padding_side": "left",
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>"
}