File size: 1,527 Bytes
1e1c096 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
{
"additional_special_tokens": [
"<code_interpreter>",
"<commit_after>",
"<commit_before>",
"<commit_msg>",
"<empty_output>",
"<filename>",
"<fim_middle>",
"<fim_pad>",
"<fim_prefix>",
"<fim_suffix>",
"<function_call>",
"<gh_stars>",
"]<]speech[>[",
"]<]image[>[",
"]<]video[>[",
"]<]start of speech[>[",
"]<]end of speech[>[",
"]<]start of image[>[",
"]<]end of image[>[",
"]<]start of video[>[",
"]<]end of video[>[",
"]<]vision pad[>[",
"]~!b[",
"<issue_closed>",
"<issue_comment>",
"<issue_start>",
"<jupyter_code>",
"<jupyter_output>",
"<jupyter_start>",
"<jupyter_text>",
"<reponame>",
"[e~[",
"]!d~[",
"]!p~[",
"]~b]",
"<jupyter_error>",
"<add_file>",
"<delete_file>",
"<rename_file>",
"<edit_file>",
"<commit_message>",
"<empty_source_file>",
"<repo_struct>",
"<code_context>",
"<file_content>",
"<source_files>",
"<pr_start>",
"<review_comment>",
"<filepath>",
"<file_sep>"
],
"bos_token": {
"content": "]~!b[",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "[e~[",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "[e~[",
"unk_token": {
"content": "]!d~[",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|