instanton-baseline / tokenizer_config.json
qyxu1994's picture
final model
5ec8436 verified
Raw
History Blame Contribute Delete
249 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<eos>",
"is_local": true,
"local_files_only": false,
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}