misdelivery
commited on
Commit
•
f058f6f
1
Parent(s):
16db186
Upload tokenizer.json
Browse files- tokenizer.json +3 -0
tokenizer.json
CHANGED
@@ -124,6 +124,9 @@
|
|
124 |
"normalizer": {
|
125 |
"type": "Sequence",
|
126 |
"normalizers": [
|
|
|
|
|
|
|
127 |
{
|
128 |
"type": "Replace",
|
129 |
"pattern": {
|
|
|
124 |
"normalizer": {
|
125 |
"type": "Sequence",
|
126 |
"normalizers": [
|
127 |
+
{
|
128 |
+
"type": "NFKC"
|
129 |
+
},
|
130 |
{
|
131 |
"type": "Replace",
|
132 |
"pattern": {
|