bloom-zsre / tokenizer_config.json
kowsiknd's picture
Upload tokenizer
2bd7889
raw
history blame contribute delete
346 Bytes
{
"add_prefix_space": false,
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "bigscience/bloom-560m",
"pad_token": "<|pad|>",
"padding_side": "left",
"special_tokens_map_file": null,
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>"
}