Files
APT3-1B-Base/tokenizer_config.json

16 lines
281 B
JSON
Raw Normal View History

{
"clean_up_tokenization_spaces": true,
"model_max_length": 1000000000000000019884624838656,
"special_tokens": [
"<unk>",
"<s>",
"</s>",
"<pad>",
"[INST]",
"[/INST]",
"<<SYS>>",
"<</SYS>>"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}