nt / v2_lora_1.8b /tokenizer_config.json
kzmaker's picture
Upload v2_lora_1.8b/tokenizer_config.json with huggingface_hub
11575e4 verified
Raw
History Blame Contribute Delete
474 Bytes
{
"backend": "tokenizers",
"bos_token": "<|hy_begin▁of▁sentence|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|hy_place▁holder▁no▁2|>",
"extra_special_tokens": [
"<|hy_eos|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|hy_▁pad▁|>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend"
}