35 lines
776 B
JSON
35 lines
776 B
JSON
|
|
{
|
||
|
|
"add_prefix_space": false,
|
||
|
|
"backend": "tokenizers",
|
||
|
|
"bos_token": "<|im_start|>",
|
||
|
|
"clean_up_tokenization_spaces": false,
|
||
|
|
"eos_token": "<|im_end|>",
|
||
|
|
"extra_special_tokens": [
|
||
|
|
"<|endoftext|>",
|
||
|
|
"<|im_start|>",
|
||
|
|
"<|im_end|>",
|
||
|
|
"<repo_name>",
|
||
|
|
"<reponame>",
|
||
|
|
"<file_sep>",
|
||
|
|
"<filename>",
|
||
|
|
"<gh_stars>",
|
||
|
|
"<issue_start>",
|
||
|
|
"<issue_comment>",
|
||
|
|
"<issue_closed>",
|
||
|
|
"<jupyter_start>",
|
||
|
|
"<jupyter_text>",
|
||
|
|
"<jupyter_code>",
|
||
|
|
"<jupyter_output>",
|
||
|
|
"<jupyter_script>",
|
||
|
|
"<empty_output>"
|
||
|
|
],
|
||
|
|
"is_local": false,
|
||
|
|
"model_max_length": 1024,
|
||
|
|
"pad_token": "<|im_end|>",
|
||
|
|
"padding_side": "right",
|
||
|
|
"tokenizer_class": "TokenizersBackend",
|
||
|
|
"truncation_side": "left",
|
||
|
|
"unk_token": "<|endoftext|>",
|
||
|
|
"vocab_size": 49152
|
||
|
|
}
|