bene-ges commited on
Commit
cb3999d
1 Parent(s): 2cfc517

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -67,4 +67,8 @@ d ə r d ɐ n 'ɛ ɫ д а р д а н е л л d ə r d ɐ n 'ɛ
67
 
68
  Note that the correct output tags are in the **third** column, input is in the second column.
69
  Tags correspond to input letters in a one-to-one fashion. If you remove `<DELETE>` tag, `+`, `~`, and spaces, you should get IPA-like transcription.
70
- The model does not predict secondary stress. The primary stress is put directly before the stressed vowel. In some cases stress can be missing.
 
 
 
 
 
67
 
68
  Note that the correct output tags are in the **third** column, input is in the second column.
69
  Tags correspond to input letters in a one-to-one fashion. If you remove `<DELETE>` tag, `+`, `~`, and spaces, you should get IPA-like transcription.
70
+ The model does not predict secondary stress. The primary stress is put directly before the stressed vowel. In some cases stress can be missing.
71
+
72
+ ### How to use for TTS
73
+
74
+ See example of inference pipeline for G2P + FastPitch + HifiGAN in this [notebook](https://github.com/bene-ges/nemo_compatible/blob/main/notebooks/Russian_TTS_with_IPA_G2P_FastPitch_and_HifiGAN.ipynb).