algorithmexplorer01 commited on
Commit
95efbb4
1 Parent(s): 9b92c9c

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:5b61cbed74abc9747c7936423e83832f220b55c82d340de2b7a53a105389421a
3
+ size 407564133
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
+ }