pythia-70m-sft-0 / special_tokens_map.json
borkh's picture
Training in progress, step 200
2b5dc28
raw
history blame
626 Bytes
{
"additional_special_tokens": [
{
"content": "<|endofinstruction|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|endoffunctioncall|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|endofresponse|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|padding|>",
"unk_token": "<|endoftext|>"
}