tokenizer-the-stack-march-sample / special_tokens_map.json
cakiki's picture
Upload tokenizer
2e704d2
{
"additional_special_tokens": [
"<|endoftext|>",
"<fim-prefix>",
"<fim-middle>",
"<fim-suffix>",
"<fim-pad>",
"<filename>",
"<gh-stars>",
"<issue_start>",
"<issue_comment>",
"<issue_closed>",
"<jupyter_start>",
"<jupyter_text>",
"<jupyter_code>",
"<jupyter_output>",
"<empty_output>",
"<commit_before>",
"<commit_msg>",
"<commit_after>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}