File size: 303 Bytes
c302a3e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"max_length": 4098,
"model_max_length": 2048,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>",
"use_fast": false
}
|