Skip to content

Commit 8e465f1

Browse files
authored
Update training guide colab (#108)
* Update README.md * Update README.md * Update README.md * update configs and readme * fix training and eval single gpus and long audios errors * fix error transcriptions none * fix trascription null wer * Update README.md * Update README.md --------- Co-authored-by: [email protected] <Yoach Lacombe>
1 parent 8f5ef3a commit 8e465f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ https://github.com/huggingface/parler-tts/assets/52246514/251e2488-fe6e-42c1-81c
119119

120120
## Training
121121

122-
<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">
122+
<a target="_blank" href="https://github.com/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_v1_on_a_single_speaker_dataset.ipynb">
123123
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
124124
</a>
125125

@@ -136,7 +136,7 @@ accelerate launch ./training/run_parler_tts_training.py ./helpers/training_confi
136136
```
137137

138138
> [!IMPORTANT]
139-
> 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.
139+
> You can also follow [this fine-tuning guide](https://github.com/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_v1_on_a_single_speaker_dataset.ipynb) on a mono-speaker dataset example.
140140
141141
## Acknowledgements
142142

training/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Training Parler-TTS
22

3-
<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">
3+
<a target="_blank" href="https://github.com/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_v1_on_a_single_speaker_dataset.ipynb">
44
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
55
</a>
66

@@ -18,7 +18,7 @@ This sub-folder contains all the information to train or fine-tune your own Parl
1818
- [3. Training guide](#c-training)
1919

2020
> [!IMPORTANT]
21-
> 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.
21+
> You can also follow [this fine-tuning guide](https://github.com/ylacombe/scripts_and_notebooks/blob/main/Finetuning_Parler_TTS_v1_on_a_single_speaker_dataset.ipynb) on a mono-speaker dataset example.
2222
2323
## 1. Architecture
2424

0 commit comments

Comments
 (0)