Files
model-sft-q/last-checkpoint/tokenizer_config.json

17 lines
391 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 8192,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}