kakaobrain__kogpt-6b-4bit / tokenizer_config.json
rycont's picture
Upload tokenizer
f59afb8
raw
history blame contribute delete
268 Bytes
{
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": true,
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}