File size: 290 Bytes
75010a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"additional_special_tokens": [
"<sys>",
"<usr>",
"<asst>",
"<inst>",
"<ctx>",
"<ans>"
],
"bos_token": "<bos>",
"cls_token": "<cls>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "<sep>",
"unk_token": "<unk>"
}
|