chaanks commited on
Commit
2e0d987
1 Parent(s): ada410f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,8 +19,8 @@ datasets:
19
 
20
  This repository provides all the necessary tools for using a [scalable HiFiGAN Unit](https://arxiv.org/abs/2406.10735) vocoder trained with [LibriTTS](https://www.openslr.org/141/).
21
 
22
- The pre-trained model take as input discrete self-supervised representations and produces a waveform as output. Typically, this model is utilized on top of a speech-to-unit translation model that converts an input utterance from a source language into a sequence of discrete speech units in a target language.
23
- To generate the discrete self-supervised representations, we employ a K-means clustering model trained on HuBERT hidden layers, with `k=1000`.
24
 
25
  ## Install SpeechBrain
26
 
 
19
 
20
  This repository provides all the necessary tools for using a [scalable HiFiGAN Unit](https://arxiv.org/abs/2406.10735) vocoder trained with [LibriTTS](https://www.openslr.org/141/).
21
 
22
+ The pre-trained model take as input discrete self-supervised representations and produces a waveform as output. This is suitable for a wide range of generative tasks such as speech enhancement, separation, text-to-speech, voice cloning, etc. Please read [DASB - Discrete Audio and Speech Benchmark](https://arxiv.org/abs/2406.14294) for more information.
23
+ To generate the discrete self-supervised representations, we employ a K-means clustering model trained using `facebook/hubert-large-ll60k` hidden layers, with k=1000.
24
 
25
  ## Install SpeechBrain
26