huseinzol05 commited on
Commit
cfb109a
1 Parent(s): 29054b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Unsupervised malay speakers from youtube videos
2
 
3
- 10492 unique speakers with at least 75 hours of speech. Steps to reproduce at https://github.com/huseinzol05/malaya-speech/blob/master/data/youtube/process-youtube.ipynb
4
 
5
  ## how-to
6
 
@@ -68,8 +68,8 @@
68
 
69
  - 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
70
  - `wav_data` is directory of the audio, prune the path to proper extracted directory.
71
- - `asr_model` is predicted using the best model that we have, `conformer-medium`, returned `(text, confidence, subwords)`.
72
- - `classification_model` is predicted using NEMO TITANET Large speaker verification model, https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/titanet_large.
73
 
74
  3. Group by similar speakers using pagerank method (scipy.sparse.linalg.gmres),
75
 
 
1
  # Unsupervised malay speakers from youtube videos
2
 
3
+ 10492 unique speakers with at least 75 hours of voice activities. Steps to reproduce at https://github.com/huseinzol05/malaya-speech/blob/master/data/youtube/process-youtube.ipynb
4
 
5
  ## how-to
6
 
 
68
 
69
  - 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
70
  - `wav_data` is directory of the audio, prune the path to proper extracted directory.
71
+ - `asr_model` is predicted using the best model that we have, `conformer-medium`, returned `(text, probability, subwords)`.
72
+ - `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
73
 
74
  3. Group by similar speakers using pagerank method (scipy.sparse.linalg.gmres),
75