out / tokenizer /special_tokens_map.json
thomasdavidwang's picture
End of training
97e48af
raw
history blame contribute delete
214 Bytes
{
"additional_special_tokens": [
"<|startoftext|>",
"<|endoftext|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}