File size: 619 Bytes
e7a2ce0 6334b06 e7a2ce0 6334b06 e7a2ce0 6334b06 e7a2ce0 6334b06 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"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
}
|