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