2hip3ng commited on
Commit
fffc015
·
1 Parent(s): b8afb96

Upload 5 files

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. special_tokens_map.json +1 -0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3cc4ccebd1a3c550b0953bbc2100453a64eef4b1907fb113bd82561c2e0a638
3
  size 1340713673
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd0c722e484466933e42c57f0933d0deb7530aa9b26f0bb4cc7722ab5920854
3
  size 1340713673
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}