Differentiable commited on
Commit
f26bb99
1 Parent(s): 478c52d

Add toknizer

Browse files
Files changed (2) hide show
  1. added_tokens.json +3 -0
  2. special_tokens_map.json +1 -0
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 50257
3
+ }
special_tokens_map.json CHANGED
@@ -13,6 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "unk_token": {
17
  "content": "<|endoftext|>",
18
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "[PAD]",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,