File size: 634 Bytes
bd4b02d 87207c5 bd4b02d 87207c5 bd4b02d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|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|>",
"<|reponame|>",
"<|im_start|>",
"<|im_end|>",
"<|sys_start|>",
"<|sys_end|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>"
}
|