Update README.md
Browse files
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 |
-
['
|
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.
|