karina / tokenizer_config.json
lstama's picture
Update tokenizer_config.json
75d5cbe
raw
history blame contribute delete
No virus
264 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "BloomTokenizerFast",
"unk_token": "<unk>"
}