essay-generation / tokenizer_config.json
nuxlear's picture
Upload tokenizer
9206dc1
raw
history blame contribute delete
335 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "out/daring_finetune_warmup_continue/checkpoint-400",
"pad_token": "[PAD]",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}