essay-generation / tokenizer_config.json
nuxlear's picture
Upload tokenizer
2c6dbe9
raw
history blame
306 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "checkpoint-1000-light",
"pad_token": "[PAD]",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}