auhide commited on
Commit
aa34518
1 Parent(s): a7132ab

Upload tokenizer

Browse files
Files changed (3) hide show
  1. added_tokens.json +1 -0
  2. special_tokens_map.json +1 -1
  3. tokenizer.json +9 -0
added_tokens.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "[CLS]": 50257,
3
  "[EOL]": 50260,
 
4
  "[PAD]": 50259,
5
  "[SEP]": 50258
6
  }
 
1
  {
2
  "[CLS]": 50257,
3
  "[EOL]": 50260,
4
+ "[EOS]": 50261,
5
  "[PAD]": 50259,
6
  "[SEP]": 50258
7
  }
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "additional_special_tokens": [
3
- "[EOL]"
4
  ],
5
  "bos_token": "[CLS]",
6
  "eos_token": "[SEP]",
 
1
  {
2
  "additional_special_tokens": [
3
+ "[EOS]"
4
  ],
5
  "bos_token": "[CLS]",
6
  "eos_token": "[SEP]",
tokenizer.json CHANGED
@@ -52,6 +52,15 @@
52
  "rstrip": false,
53
  "normalized": false,
54
  "special": true
 
 
 
 
 
 
 
 
 
55
  }
56
  ],
57
  "normalizer": null,
 
52
  "rstrip": false,
53
  "normalized": false,
54
  "special": true
55
+ },
56
+ {
57
+ "id": 50261,
58
+ "content": "[EOS]",
59
+ "single_word": false,
60
+ "lstrip": false,
61
+ "rstrip": false,
62
+ "normalized": false,
63
+ "special": true
64
  }
65
  ],
66
  "normalizer": null,