finetune_vietcuna_3b_tkn / tokenizer_config.json
khanhdhq's picture
Update tokenizer_config.json
c7ef201
raw
history blame contribute delete
205 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"pad_token": "<pad>",
"tokenizer_class": "BloomTokenizer",
"unk_token": "<unk>"
}