caprizone6's picture
Upload tokenizer
1c0cb06
raw
history blame
No virus
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>"
}