Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
|
|
94 |
|
95 |
### Input
|
96 |
|
97 |
-
This model accepts
|
98 |
|
99 |
### Output
|
100 |
|
@@ -112,7 +112,7 @@ The tokenizers for these models were built using the text transcripts of the tra
|
|
112 |
|
113 |
The vocabulary we use contains 44 characters:
|
114 |
```python
|
115 |
-
['
|
116 |
```
|
117 |
|
118 |
Full config can be found inside the .nemo files.
|
|
|
94 |
|
95 |
### Input
|
96 |
|
97 |
+
This model accepts 16 kHz mono-channel Audio (wav files) as input.
|
98 |
|
99 |
### Output
|
100 |
|
|
|
112 |
|
113 |
The vocabulary we use contains 44 characters:
|
114 |
```python
|
115 |
+
[' ', "'", '-', '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', '·', 'à', 'á', 'ç', 'è', 'é', 'í', 'ï', 'ñ', 'ò', 'ó', 'ú', 'ü', 'ı', '–', '—']
|
116 |
```
|
117 |
|
118 |
Full config can be found inside the .nemo files.
|