17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"backend": "tokenizers",
|
|
"bos_token": "<|im_start|>",
|
|
"eos_token": "<|endoftext|>",
|
|
"extra_special_tokens": [
|
|
"<|im_start|>",
|
|
"<|im_end|>",
|
|
"<|endoftext|>",
|
|
"<|padding|>"
|
|
],
|
|
"is_local": false,
|
|
"model_max_length": 1000000000000000019884624838656,
|
|
"pad_token": "<|padding|>",
|
|
"tokenizer_class": "TokenizersBackend",
|
|
"unk_token": null
|
|
}
|