steveheh commited on
Commit
4d978f8
1 Parent(s): 666a806

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -94,7 +94,7 @@ python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
94
 
95
  ### Input
96
 
97
- This model accepts 16000 kHz mono-channel Audio (wav files) as input.
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
- ['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','ç','ú','ò','á','ı','·','ñ','','–','-']
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.