bigscience-small-testing-scan / tokenizer_config.json
Sanchit Gandhi
add tokenizer
1abcc2b
raw
history blame contribute delete
256 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"eos_token": "</s>",
"name_or_path": "bigscience/bigscience-small-testing",
"pad_token": "<pad>",
"special_tokens_map_file": null,
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>"
}