finetuned-biogpt / tokenizer_config.json
Moxieeixom's picture
Training complete
c4d7982
raw
history blame contribute delete
No virus
227 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 1024,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "BioGptTokenizer",
"unk_token": "<unk>"
}