jaswanthrk commited on
Commit
759ae03
1 Parent(s): d6656b9

Upload tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +3 -3
tokenizer.json CHANGED
@@ -129,11 +129,11 @@
129
  "model": {
130
  "type": "BPE",
131
  "dropout": null,
132
- "unk_token": null,
133
  "continuing_subword_prefix": null,
134
  "end_of_word_suffix": null,
135
- "fuse_unk": false,
136
- "byte_fallback": false,
137
  "vocab": {
138
  "<unk>": 0,
139
  "<s>": 1,
 
129
  "model": {
130
  "type": "BPE",
131
  "dropout": null,
132
+ "unk_token": "<unk>",
133
  "continuing_subword_prefix": null,
134
  "end_of_word_suffix": null,
135
+ "fuse_unk": true,
136
+ "byte_fallback": true,
137
  "vocab": {
138
  "<unk>": 0,
139
  "<s>": 1,