checkpoint-10398 / tokenizer_config.json
Ba2han's picture
Upload folder using huggingface_hub
a710030 verified
raw
history blame contribute delete
396 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 8192,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": null
}