fish-diffusion / config.yaml
Phillippe's picture
Update config.yaml
76d1ff4
raw
history blame
No virus
1.48 kB
readme: |
# Fish Diffusion - HiFiSinger Demo 🎀
GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
To share a new model, please check out the [Share Your Model](https://huggingface.co./spaces/fishaudio/fish-diffusion/discussions/2) discussion.
max_mixing_speakers: 3
models:
- name: M4Singer Pretrained
config: configs/exp_hifisinger.py
checkpoint: checkpoints/checkpoint.ckpt
readme: "This model is trained on the M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
default_speaker: "opencpop"
- name: Tohoku Kiritan
config: configs/Kiritan.py
checkpoint: checkpoints/Kiritan.ckpt
readme: "This model is trained on the Tohoku Kiritan dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
default_speaker: "kiritan"
- name: Tohoku Itako
config: configs/Itako.py
checkpoint: checkpoints/Itako.ckpt
readme: "This model is trained on the Tohoku Itako dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
default_speaker: "itako"
- name: No.7
config: configs/Seven.py
checkpoint: checkpoints/Seven.ckpt
readme: "This model is trained on the No.7 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
default_speaker: "no.7"