File size: 321 Bytes
1d973c7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<endoftext>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"model_type": "dotlm",
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}
|