UIT.CS2229.Generator / checkpoint-best /baseline /tokenizer_config.json
TranTruongMMCII's picture
Update checkpoint-best/baseline/tokenizer_config.json
b4d5a50 verified
raw
history blame contribute delete
449 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"extra_special_tokens": [
"<RET>",
"</RET>",
"<CTX>",
"</CTX>",
"<GEN>"
],
"full_tokenizer_file": null,
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "<EOL>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|UNKNOWN|>"
}