27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"add_prefix_space": false,
|
|
"backend": "tokenizers",
|
|
"bos_token": "<s>",
|
|
"byte_fallback": true,
|
|
"clean_up_tokenization_spaces": false,
|
|
"eos_token": "<__end__>",
|
|
"extra_special_tokens": [
|
|
"<s>",
|
|
"</s>",
|
|
"<__end__>",
|
|
"<__end_turn__>"
|
|
],
|
|
"is_local": true,
|
|
"legacy": false,
|
|
"local_files_only": false,
|
|
"model_max_length": 4096,
|
|
"normalization_rule_name": "identity",
|
|
"pad_token": "<__end__>",
|
|
"padding_side": "right",
|
|
"tokenizer_class": "TokenizersBackend",
|
|
"truncation_side": "right",
|
|
"unk_id": 0,
|
|
"unk_token": "<unk>",
|
|
"use_fast": false
|
|
}
|