test / tokenizer_config.json
aimlessdrivel's picture
Initi
750522a
raw
history blame contribute delete
No virus
670 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<|unknown|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"model_max_length": 1080,
"tokenizer_class": "PreTrainedTokenizerFast"
}