Unverified Commit 3c5eb9d7 authored by Yoach Lacombe's avatar Yoach Lacombe Committed by GitHub
Browse files

Update README.md

parent da4fcdd5
# Training Parler-TTS # Training Parler-TTS
<a target="_blank" href="https://colab.research.google.com/github/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_on_a_single_speaker_dataset.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
**TL;DR:** After having followed the [installation steps](#requirements), you can reproduce the [Parler-TTS Mini v0.1](https://huggingface.co/parler-tts/parler_tts_mini_v0.1) training recipe with the following command line: **TL;DR:** After having followed the [installation steps](#requirements), you can reproduce the [Parler-TTS Mini v0.1](https://huggingface.co/parler-tts/parler_tts_mini_v0.1) training recipe with the following command line:
```sh ```sh
...@@ -8,6 +12,9 @@ accelerate launch ./training/run_parler_tts_training.py ./helpers/training_confi ...@@ -8,6 +12,9 @@ accelerate launch ./training/run_parler_tts_training.py ./helpers/training_confi
------------- -------------
> [!IMPORTANT]
> You can also follow [this fine-tuning guide](https://colab.research.google.com/github/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_on_a_single_speaker_dataset.ipynb) on a mono-speaker dataset example
This sub-folder contains all the information to train or fine-tune your own Parler-TTS model. It consists of: This sub-folder contains all the information to train or fine-tune your own Parler-TTS model. It consists of:
- [1. An introduction to the Parler-TTS architecture](#a-architecture) - [1. An introduction to the Parler-TTS architecture](#a-architecture)
- [2. First steps to get started](#b-getting-started) - [2. First steps to get started](#b-getting-started)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment