guillermoruiz
commited on
Commit
•
562cfb9
1
Parent(s):
c66fe71
Upload tokenizer.json
Browse files- tokenizer.json +3 -0
tokenizer.json
CHANGED
@@ -64,6 +64,9 @@
|
|
64 |
{
|
65 |
"type": "NFD"
|
66 |
},
|
|
|
|
|
|
|
67 |
{
|
68 |
"type": "StripAccents"
|
69 |
},
|
|
|
64 |
{
|
65 |
"type": "NFD"
|
66 |
},
|
67 |
+
{
|
68 |
+
"type": "Lowercase"
|
69 |
+
},
|
70 |
{
|
71 |
"type": "StripAccents"
|
72 |
},
|