reach-vb HF staff ylacombe commited on
Commit
fbf24cd
·
verified ·
1 Parent(s): c8c1906

Update README.md (#1)

Browse files

- Update README.md (07a7bd1060275860fcb22c5e8566168e711e3e8f)
- Update README.md (115b8f3cd80d8143926ad395d8b58f9971f17eee)


Co-authored-by: Yoach Lacombe <[email protected]>

Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -7,4 +7,18 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # Parler-TTS
11
+
12
+ <a target="_blank" href="https://huggingface.co/spaces/parler-tts/parler_tts_mini">
13
+ <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg" alt="Open in HuggingFace"/>
14
+ </a>
15
+
16
+ Parler-TTS is a lightweight text-to-speech (TTS) model that can generate high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc). It is a reproduction of work from the paper [Natural language guidance of high-fidelity text-to-speech with synthetic annotations](https://www.text-description-to-speech.com/) by Dan Lyth and Simon King, from Stability AI and Edinburgh University respectively.
17
+
18
+ Contrary to other TTS models, Parler-TTS is a fully open-source release. All of the datasets, pre-processing, training code, and weights are released publicly under a permissive license, enabling the community to build on our work and develop their own powerful TTS models.
19
+ It consists in:
20
+ * The [Parler-TTS library](https://github.com/huggingface/parler-tts) for using and training high-quality TTS models.
21
+ * The [Data-Speech repository](https://github.com/huggingface/data-speech), for annotating speech characteristics in a large-scale setting.
22
+ * This [organization](https://huggingface.co/parler-tts), that contains the released datasets and weights.
23
+
24
+ 🚨 [v0.1 model](https://huggingface.co/parler-tts/parler_tts_300M_v0.1) & demo out! Try it out [here](https://huggingface.co/spaces/parler-tts/parler_tts_mini) 🤗!