vaishali commited on
Commit
6627f2e
1 Parent(s): 180a240

Upload 7 files

Browse files

upload correct model files

Files changed (2) hide show
  1. pytorch_model.bin +2 -2
  2. special_tokens_map.json +15 -0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a7dd1146fe8049a4b360d96dfc06749ae4ef585de14960cf8ec8ee6602acdff
3
- size 1625570945
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8863ad831855c45413fc4510556c75177dc3b7db2db766de559b45133382ebbb
3
+ size 557969145
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }