essay-generation / tokenizer_config.json
nuxlear's picture
Upload tokenizer
37c1b6c
raw
history blame
343 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "out/crawl2_kogpt_ryan16_warmup_fix_continue/checkpoint-700",
"pad_token": "[PAD]",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}