lengyue233 commited on
Commit
69efa3d
β€’
1 Parent(s): a8c4a68

optimize M4Singer config

Browse files
checkpoints/{checkpoint.ckpt β†’ M4Singer.ckpt} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:283eda5d7080e1feb81888d402537f5bb47f3fd8c7975994a7b4ff4fab901b84
3
- size 409472121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c427a14347655d965bba0f650d969da1709dc8c1e4e197bdd4a5031c28bcaba9
3
+ size 60641223
config.yaml CHANGED
@@ -6,8 +6,8 @@ max_mixing_speakers: 3
6
 
7
  models:
8
  - name: "M4Singer Pretrained (Many Speakers, Alto, Tenor, Soprano, Bass)"
9
- config: configs/exp_hifisinger.py
10
- checkpoint: checkpoints/checkpoint.ckpt
11
  readme: |
12
  This model is trained on the Opencpop and M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
13
  It contains more than 20 speakers and is thus a good playground for timbre mixing.
 
6
 
7
  models:
8
  - name: "M4Singer Pretrained (Many Speakers, Alto, Tenor, Soprano, Bass)"
9
+ config: configs/M4Singer.py
10
+ checkpoint: checkpoints/M4Singer.ckpt
11
  readme: |
12
  This model is trained on the Opencpop and M4Singer dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
13
  It contains more than 20 speakers and is thus a good playground for timbre mixing.
configs/{exp_hifisinger.py β†’ M4Singer.py} RENAMED
File without changes