huseinzol05 commited on
Commit
b0ff645
1 Parent(s): 0e68c40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ language:
72
 
73
  - all mp3 files postprocessing using https://malaya-speech.readthedocs.io/en/latest/load-noise-reduction.html and https://malaya-speech.readthedocs.io/en/latest/load-speech-enhancement.html
74
  - `wav_data` is directory of the audio, prune the path to proper extracted directory.
75
- - `asr_model` is predicted using the best model that we have, `conformer-medium`, returned `(text, probability, subwords)`.
76
  - `classification_model` is predicted using NEMO TITANET Large speaker verification model, https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/titanet_large, with streaming speaker similarity, https://malaya-speech.readthedocs.io/en/latest/huggingface-repository.html
77
 
78
  3. Group by similar speakers using pagerank method (scipy.sparse.linalg.gmres),
 
72
 
73
  - all mp3 files postprocessing using https://malaya-speech.readthedocs.io/en/latest/load-noise-reduction.html and https://malaya-speech.readthedocs.io/en/latest/load-speech-enhancement.html
74
  - `wav_data` is directory of the audio, prune the path to proper extracted directory.
75
+ - `asr_model` is predicted using the best model that we have, `conformer-medium`, returned `(text, probability, subwords)`, https://malaya-speech.readthedocs.io/en/latest/load-stt-transducer-model-pt.html
76
  - `classification_model` is predicted using NEMO TITANET Large speaker verification model, https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/titanet_large, with streaming speaker similarity, https://malaya-speech.readthedocs.io/en/latest/huggingface-repository.html
77
 
78
  3. Group by similar speakers using pagerank method (scipy.sparse.linalg.gmres),