29ae5bc1-bb37-45df-b96f-5710410123cc / special_tokens_map.json
havinash-ai's picture
Training in progress, step 13
d382127 verified
raw
history blame
676 Bytes
{
"additional_special_tokens": [
"### End",
"### Instruction:",
"### Response:"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}