add link to notebook for fine-tuning example (#9)
Browse files- add link to notebook for fine-tuning example (db90148827abba6b0194bc5afb6763a59ce03560)
Co-authored-by: Mathijs Hollemans <[email protected]>
README.md
CHANGED
@@ -107,6 +107,10 @@ speech = model.generate_speech(inputs["input_ids"], speaker_embeddings, vocoder=
|
|
107 |
sf.write("speech.wav", speech.numpy(), samplerate=16000)
|
108 |
```
|
109 |
|
|
|
|
|
|
|
|
|
110 |
# Training Details
|
111 |
|
112 |
## Training Data
|
|
|
107 |
sf.write("speech.wav", speech.numpy(), samplerate=16000)
|
108 |
```
|
109 |
|
110 |
+
### Fine-tuning the Model
|
111 |
+
|
112 |
+
Refer to [this Colab notebook](https://colab.research.google.com/drive/1i7I5pzBcU3WDFarDnzweIj4-sVVoIUFJ) for an example of how to fine-tune SpeechT5 for TTS on a different dataset or a new language.
|
113 |
+
|
114 |
# Training Details
|
115 |
|
116 |
## Training Data
|