kogpt-j-base / special_tokens_map.json
heegyu's picture
gpt-j로 config 생성, 51.2k tokenizer 학습해서 추가
8ec9cce
raw
history blame
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}