wesleyacheng
commited on
Commit
•
41c5298
1
Parent(s):
e944c30
Upload 2 files
Browse files- special_tokens_map.json +7 -0
- vocab.txt +0 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|