Update special_tokens_map.json

This commit is contained in:
system 2020-08-11 13:02:21 +00:00
parent 7f629c8ace
commit b472f76615
1 changed files with 1 additions and 0 deletions

1
special_tokens_map.json Normal file
View File

@ -0,0 +1 @@
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "__end__", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}