biogpt-large-finetuned-sharedTaskA / tokenizer_config.json
Amalq's picture
Upload 7 files
6b53c22
raw
history blame contribute delete
266 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1024,
"name_or_path": "microsoft/BioGPT-Large",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "BioGptTokenizer",
"unk_token": "<unk>"
}