16 lines
281 B
JSON
16 lines
281 B
JSON
|
|
{
|
||
|
|
"clean_up_tokenization_spaces": true,
|
||
|
|
"model_max_length": 1000000000000000019884624838656,
|
||
|
|
"special_tokens": [
|
||
|
|
"<unk>",
|
||
|
|
"<s>",
|
||
|
|
"</s>",
|
||
|
|
"<pad>",
|
||
|
|
"[INST]",
|
||
|
|
"[/INST]",
|
||
|
|
"<<SYS>>",
|
||
|
|
"<</SYS>>"
|
||
|
|
],
|
||
|
|
"tokenizer_class": "PreTrainedTokenizerFast"
|
||
|
|
}
|