File size: 281 Bytes
a110083 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"clean_up_tokenization_spaces": true,
"model_max_length": 1000000000000000019884624838656,
"special_tokens": [
"<unk>",
"<s>",
"</s>",
"<pad>",
"[INST]",
"[/INST]",
"<<SYS>>",
"<</SYS>>"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}
|