kogpt_peft_2 / tokenizer_config.json
ywhwang's picture
Upload tokenizer
bea728f
{
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": true,
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}