Files
openthaigpt-1.0.0-beta-13b-…/special_tokens_map.json

10 lines
170 B
JSON
Raw Normal View History

{
"bos_token": "<s>",
"cls_token": "<CLS>",
"eos_token": "</s>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": "<unk>"
}