PyLoomer_CodeParrot / special_tokens_map.json
anujsahani01's picture
Training in progress, step 500
72201cc
raw
history blame contribute delete
No virus
253 Bytes
{
"additional_special_tokens": [
"<SYSTEM_TASK:>",
"<USER_TASK:>",
"<ASSISTANT_TASK:>",
"<END_TASK>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}