RaymondLi commited on
Commit
339010c
·
1 Parent(s): 1b4233d

fix pretokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +1 -1
tokenizer.json CHANGED
@@ -185,7 +185,7 @@
185
  },
186
  {
187
  "type": "ByteLevel",
188
- "add_prefix_space": true,
189
  "trim_offsets": true,
190
  "use_regex": true
191
  }
 
185
  },
186
  {
187
  "type": "ByteLevel",
188
+ "add_prefix_space": false,
189
  "trim_offsets": true,
190
  "use_regex": true
191
  }