File size: 289 Bytes
a742bfc |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1024,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "BloomTokenizer",
"trunction_side": "right",
"unk_token": "<unk>"
}
|