lengyue233 commited on
Commit
b0ea01b
β€’
1 Parent(s): e69f277

fix config

Browse files
Files changed (1) hide show
  1. config.yaml +5 -9
config.yaml CHANGED
@@ -1,18 +1,14 @@
1
 
2
  readme: |
3
  # Fish Diffusion - HiFiSinger Demo 🎀
4
- GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
 
5
 
6
  max_mixing_speakers: 3
7
 
8
  models:
9
- - name: Default
10
  config: configs/exp_hifisinger.py
11
  checkpoint: checkpoints/checkpoint.ckpt
12
- readme: "This model is trained on the M4Singer dataset and released under the CC-BY-NC-SA 4.0 license."
13
- default_speaker: "aria"
14
-
15
- - name: Duplicate
16
- config: configs/exp_hifisinger.py
17
- checkpoint: checkpoints/checkpoint.ckpt
18
- readme: "DUP This model is trained on the M4Singer dataset and released under the CC-BY-NC-SA 4.0 license."
 
1
 
2
  readme: |
3
  # Fish Diffusion - HiFiSinger Demo 🎀
4
+ GitHub Repo: [fishaudio/fish-diffusion](https://github.com/fishaudio/fish-diffusion)
5
+ To share a new model, please check out the [Share Your Model](https://huggingface.co/spaces/fishaudio/fish-diffusion/discussions/2) discussion.
6
 
7
  max_mixing_speakers: 3
8
 
9
  models:
10
+ - name: M4Singer Pretrained
11
  config: configs/exp_hifisinger.py
12
  checkpoint: checkpoints/checkpoint.ckpt
13
+ 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."
14
+ default_speaker: "opencpop"