From 88601b21c3136dabcf89683002c457ac905b2d1f Mon Sep 17 00:00:00 2001
From: system <system@huggingface.co>
Date: Sat, 21 Mar 2020 01:44:20 +0000
Subject: [PATCH] Update special_tokens_map.json

---
 special_tokens_map.json | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 special_tokens_map.json

diff --git a/special_tokens_map.json b/special_tokens_map.json
new file mode 100644
index 0000000..e7b0375
--- /dev/null
+++ b/special_tokens_map.json
@@ -0,0 +1 @@
+{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
\ No newline at end of file