ylacombe commited on
Commit
570ca76
1 Parent(s): 118ad93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -33,6 +33,12 @@ datasets:
33
  **Parler-TTS Mini v1** is a lightweight text-to-speech (TTS) model, trained on 45K hours of audio data, that can generate high-quality, natural sounding speech with features that can be controlled using a simple text prompt (e.g. gender, background noise, speaking rate, pitch and reverberation).
34
  It is the second released model from the [Parler-TTS](https://github.com/huggingface/parler-tts) project, which aims to provide the community with TTS training resources and dataset pre-processing code.
35
 
 
 
 
 
 
 
36
  ## Usage
37
 
38
  ### Installation
 
33
  **Parler-TTS Mini v1** is a lightweight text-to-speech (TTS) model, trained on 45K hours of audio data, that can generate high-quality, natural sounding speech with features that can be controlled using a simple text prompt (e.g. gender, background noise, speaking rate, pitch and reverberation).
34
  It is the second released model from the [Parler-TTS](https://github.com/huggingface/parler-tts) project, which aims to provide the community with TTS training resources and dataset pre-processing code.
35
 
36
+ ## 📖 Quick Index
37
+ * [Installation](#installation)
38
+ * [Using a random voice](#random-voice)
39
+ * [Using a specific speaker](#using-a-specific-speaker)
40
+ * [Motivation](#motivation)
41
+
42
  ## Usage
43
 
44
  ### Installation