tiny-random-BioGptModel / tokenizer_config.json
hf-transformers-bot's picture
Upload tiny models for BioGptModel
4a61054
raw
history blame contribute delete
261 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "BioGptTokenizer",
"unk_token": "<unk>"
}