Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SynthVoice: This should be a paper Title
|
| 2 |
+
|
| 3 |
+
<p align="left">
|
| 4 |
+
📑 <a href="https://huggingface.co/papers/xxxx.xxxxx" target="_blank">Paper</a>    |    🌐 <a href="https://synthvoice.github.io/" target="_blank">Project Page</a>    |    💾 <a href="https://huggingface.co/collections/toolevalxm/synthvoice-67a978e28fd926b56a4f55a2" target="_blank">Released Resources</a>    |    📦 <a href="https://github.com/xmhtoolathlon/Annoy-DataSync" target="_blank">Repo</a>
|
| 5 |
+
|
| 6 |
+
This is the resource page of our SynthVoice collection on Huggingface.
|
| 7 |
+
|
| 8 |
+
**Dataset**
|
| 9 |
+
|
| 10 |
+
| Dataset | Link |
|
| 11 |
+
|-|-|
|
| 12 |
+
| SynthVoice-Processed | [🤗](https://huggingface.co/datasets/toolevalxm/SynthVoice-Processed) |
|
| 13 |
+
|
| 14 |
+
Please also check the raw data: [toolevalxm/SynthVoice-Raw](https://huggingface.co/datasets/toolevalxm/SynthVoice-Raw).
|
| 15 |
+
|
| 16 |
+
**Models**
|
| 17 |
+
|
| 18 |
+
| Base Model / Training | SynthVoice | SynthVoice++ |
|
| 19 |
+
|-|-|-|
|
| 20 |
+
| Coqui TTS VITS | [🤗](https://huggingface.co/toolevalxm/synthvoice-vits) | [🤗](https://huggingface.co/toolevalxm/synthvoice-vits-pp) |
|
| 21 |
+
|
| 22 |
+
**Introduction**
|
| 23 |
+
|
| 24 |
+
We utilize the Coqui TTS framework for synthesizing high-quality voice outputs from text transcripts. The synthesis is performed using the VITS model architecture, which has demonstrated superior quality in text-to-speech generation tasks. Our approach involves:
|
| 25 |
+
|
| 26 |
+
1. Processing raw LibriSpeech transcripts
|
| 27 |
+
2. Using Coqui TTS (coqui-ai/TTS) for voice synthesis
|
| 28 |
+
3. Post-processing and quality filtering
|
| 29 |
+
|
| 30 |
+
*Due to licensing requirements, we only release the processed subset containing synthesized outputs.
|