HoangHa commited on
Commit
41b4e81
·
verified ·
1 Parent(s): 0257fe3

Update tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -4
tokenizer.json CHANGED
@@ -161,12 +161,10 @@
161
  }
162
  },
163
  "decoder": {
164
- "type": "WordPiece",
165
- "prefix": "##",
166
- "cleanup": true
167
  },
168
  "model": {
169
- "type": "WordPiece",
170
  "vocab": {
171
  "[Cl]": 0,
172
  "[Dy]": 1,
 
161
  }
162
  },
163
  "decoder": {
164
+ "type": "BPE"
 
 
165
  },
166
  "model": {
167
+ "type": "BPE",
168
  "vocab": {
169
  "[Cl]": 0,
170
  "[Dy]": 1,