mohalisad commited on
Commit
bc1210d
·
1 Parent(s): ccae481

hotfix maks special cases

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -2
tokenizer.json CHANGED
@@ -52,7 +52,7 @@
52
  "single_word": false,
53
  "lstrip": false,
54
  "rstrip": false,
55
- "normalized": false,
56
  "special": true
57
  }
58
  ],
@@ -207,7 +207,7 @@
207
  "pattern": {
208
  "Regex": " *<mask> *"
209
  },
210
- "content": "<mask> "
211
  }
212
  ]
213
  },
 
52
  "single_word": false,
53
  "lstrip": false,
54
  "rstrip": false,
55
+ "normalized": true,
56
  "special": true
57
  }
58
  ],
 
207
  "pattern": {
208
  "Regex": " *<mask> *"
209
  },
210
+ "content": "<mask>"
211
  }
212
  ]
213
  },