guillermoruiz commited on
Commit
536ce5d
1 Parent(s): 4f3ea44

Upload tokenizer

Browse files
Files changed (1) hide show
  1. 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
  },