Hack90 commited on
Commit
dda1b6a
·
verified ·
1 Parent(s): a70aa14

Update tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -2
tokenizer.json CHANGED
@@ -51,9 +51,9 @@
51
  "model": {
52
  "type": "BPE",
53
  "dropout": null,
54
- "unk_token": null,
55
  "continuing_subword_prefix": null,
56
- "end_of_word_suffix": null,
57
  "fuse_unk": false,
58
  "byte_fallback": false,
59
  "vocab": {
 
51
  "model": {
52
  "type": "BPE",
53
  "dropout": null,
54
+ "unk_token": true,
55
  "continuing_subword_prefix": null,
56
+ "end_of_word_suffix": true,
57
  "fuse_unk": false,
58
  "byte_fallback": false,
59
  "vocab": {