Update README.md
This commit is contained in:
parent
c866e2d8ae
commit
6717ea239b
|
@ -96,19 +96,19 @@ wget -P pretrain/ http://obs.cstcloud.cn/share/obs/sankagenkeshi/checkpoint_best
|
|||
##### **3. If whisper-ppg as the encoder**
|
||||
- download model at [medium.pt](https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt), the model fits `whisper-ppg`
|
||||
- or download model at [large-v2.pt](https://openaipublic.azureedge.net/main/whisper/models/81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524/large-v2.pt), the model fits `whisper-ppg-large`
|
||||
- Place it under the `pretrain` director
|
||||
- Place it under the `pretrain` directory
|
||||
|
||||
##### **4. If cnhubertlarge as the encoder**
|
||||
- download model at [chinese-hubert-large-fairseq-ckpt.pt](https://huggingface.co/TencentGameMate/chinese-hubert-large/resolve/main/chinese-hubert-large-fairseq-ckpt.pt)
|
||||
- Place it under the `pretrain` director
|
||||
- Place it under the `pretrain` directory
|
||||
|
||||
##### **5. If dphubert as the encoder**
|
||||
- download model at [DPHuBERT-sp0.75.pth](https://huggingface.co/pyf98/DPHuBERT/resolve/main/DPHuBERT-sp0.75.pth)
|
||||
- Place it under the `pretrain` director
|
||||
- Place it under the `pretrain` directory
|
||||
|
||||
##### **6. If WavLM is used as the encoder**
|
||||
- download model at [WavLM-Base+.pt](https://valle.blob.core.windows.net/share/wavlm/WavLM-Base+.pt?sv=2020-08-04&st=2023-03-01T07%3A51%3A05Z&se=2033-03-02T07%3A51%3A00Z&sr=c&sp=rl&sig=QJXmSJG9DbMKf48UDIU1MfzIro8HQOf3sqlNXiflY1I%3D), the model fits `wavlmbase+`
|
||||
- Place it under the `pretrain` director
|
||||
- Place it under the `pretrain` directory
|
||||
|
||||
##### **7. If OnnxHubert/ContentVec as the encoder**
|
||||
- download model at [MoeSS-SUBModel](https://huggingface.co/NaruseMioShirakana/MoeSS-SUBModel/tree/main)
|
||||
|
|
Loading…
Reference in New Issue