Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ language:
|
|
5 |
library_name: nemo
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
8 |
### Input
|
9 |
|
10 |
This model expects text converted to IPA-like transcriptions. See this [g2p model](https://huggingface.co/bene-ges/ru_g2p_ipa_bert_large) for conversion of plain Russian text to phonemes.
|
|
|
5 |
library_name: nemo
|
6 |
---
|
7 |
|
8 |
+
### How to use
|
9 |
+
|
10 |
+
See example in this [notebook](https://github.com/bene-ges/nemo_compatible/blob/main/notebooks/Russian_TTS_with_IPA_G2P_FastPitch_and_HifiGAN.ipynb). It contains the inference pipeline for G2P + FastPitch + Hifigan.
|
11 |
+
|
12 |
### Input
|
13 |
|
14 |
This model expects text converted to IPA-like transcriptions. See this [g2p model](https://huggingface.co/bene-ges/ru_g2p_ipa_bert_large) for conversion of plain Russian text to phonemes.
|