steveheh commited on
Commit
b07d20c
1 Parent(s): 5152a76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -109,7 +109,7 @@ The tokenizers for these models were built using the text transcripts of the tra
109
 
110
  The vocabulary we use contains 44 characters:
111
  ```python
112
- ['s','e','r','v','i','d','p','o','g','a','m','t','u','l','f','c','z','b','q','n','é',"'",'x','ó','è','h','í','ü','j','à','ï','w','k','y','ç','ú','ò','á','ı','·','ñ','','–','-']
113
  ```
114
 
115
  Full config can be found inside the .nemo files.
 
109
 
110
  The vocabulary we use contains 44 characters:
111
  ```python
112
+ [' ', "'", '-', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '·', 'à', 'á', 'ç', 'è', 'é', 'í', 'ï', 'ñ', 'ò', 'ó', 'ú', 'ü', 'ı', '–', '']
113
  ```
114
 
115
  Full config can be found inside the .nemo files.