The_GuageLLM_23M / tokenizer_config.json
Hai929's picture
Create tokenizer_config.json
6c8c7f2 verified
raw
history blame
229 Bytes
{
"tokenizer_class": "GPT2TokenizerFast",
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"add_prefix_space": false,
"model_max_length": 50,
"padding_side": "right",
"truncation_side": "right"
}