FunixTranslation_tokenizer / tokenizer_config.json
mrgreat1110's picture
Upload tokenizer
5c6f89c
raw
history blame contribute delete
No virus
283 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"name_or_path": "vinai/bartpho-word",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "PhobertTokenizer",
"unk_token": "<unk>"
}