kogpt_peft_2 / special_tokens_map.json
ywhwang's picture
Upload tokenizer
bea728f
raw
history blame contribute delete
No virus
149 Bytes
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}