File size: 319 Bytes
9fe198a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"additional_special_tokens": [
"<|talk|>",
"<|ax1|>",
"<|ax2|>",
"<|ax3|>",
"<|ax4|>",
"<|ax5|>",
"<|ax6|>",
"<|ax7|>",
"<|ax8|>",
"<|ax9|>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}
|