roberta-fa-zwnj-base / tokenizer_config.json
m3hrdadfi's picture
Initialized
c4e13ba
raw
history blame
No virus
273 Bytes
{
"unk_token": "<unk>",
"bos_token": "<s>",
"eos_token": "</s>",
"add_prefix_space": false,
"errors": "replace",
"sep_token": "</s>",
"cls_token": "<s>",
"pad_token": "<pad>",
"mask_token": "<mask>",
"special_tokens_map_file": null
}