msong commited on
Commit
76953a1
1 Parent(s): 645adbc

Training in progress step 800

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:bb68868edae96b12ec4a025994af9b64acfc03fd890ecfd77f9bd1aa17718e66
3
  size 497018202
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfbb5f76c593982f855b1947c742f884fe912986b7099109e72c670e6d920a5
3
  size 497018202
special_tokens_map.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
 
4
  "unk_token": "<|endoftext|>"
5
  }
 
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
  "unk_token": "<|endoftext|>"
6
  }