PhoBERT-Final_Mixed-aug_replace_w2v-2 / tokenizer_config.json
ThuyNT03's picture
Training in progress, step 500
15148e1
raw
history blame
No virus
275 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 256,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "PhobertTokenizer",
"unk_token": "<unk>"
}