Files
instruct_rugptMedium/special_tokens_map.json

31 lines
562 B
JSON
Raw Permalink Normal View History

{
"additional_special_tokens": [
"<code>",
"</code>",
"<instructionS>",
"<instructionE>",
"<next>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}