tiny-GptOssForCausalLM / special_tokens_map.json
IlyasMoutawwakil's picture
Mirror from trl-internal-testing/tiny-GptOssForCausalLM
b2c6401 verified
raw
history blame contribute delete
440 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|return|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}