Text Generation
Transformers
PyTorch
English
crystalcoder
llm
code
custom_code
Eval Results
CrystalChat / special_tokens_map.json
yukiontheiceberg's picture
Upload folder using huggingface_hub
bd4b02d
raw
history blame
No virus
940 Bytes
{
"additional_special_tokens": [
"<|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": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}