biogpt-large-pubmedqa-finetuned-ADRE / tokenizer_config.json
NSiv's picture
Update tokenizer_config.json
d57c066
raw
history blame contribute delete
275 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1024,
"name_or_path": "microsoft/biogpt-large-pubmedqa",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "BioGptTokenizer",
"unk_token": "<unk>"
}