mwz commited on
Commit
ff5077a
1 Parent(s): cc903aa

Upload 2 files

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +3 -0
  2. special_tokens_map.json +7 -0
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59ef72878346b4c993fb638a0ed76ccff53d3c1db5ac2b9fe596b1e85f9f54d
3
+ size 711971513
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
+ }