Update README.md

This commit is contained in:
Stardust·减
2023-08-21 20:44:44 +08:00
committed by GitHub
parent 276fa3a3b8
commit 73410d3571

View File

@@ -1,10 +1,4 @@
# bert-vits
vits with bert
# Bert-VITS2
put [pytorch_model.bin](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large/resolve/main/pytorch_model.bin)
to bert/roberta_wwm_ext_large/
Then resample all audio to 44100Hz,generate filelists.
Please read the code in preprocess_text.py to generate the specified format filelist.
Run preprocess_text.py
Run spec_gen.py
Run train_ms.py(Only multi speaker training is supported)
VITS2 Backbone with bert
### 成熟的旅行者应该参阅代码自己学习如何训练。