Przeglądaj źródła

Update default checkpoint & text processor

Lengyue 1 rok temu
rodzic
commit
72a8cdb207

+ 1 - 1
fish_speech/configs/vits_decoder_finetune.yaml

@@ -3,7 +3,7 @@ defaults:
   - _self_
 
 project: vits_decoder
-ckpt_path: checkpoints/Bert-VITS2/ensemble.pth
+ckpt_path: checkpoints/vits-decoder-v1.1.pth
 resume_weights_only: true
 
 # Lightning Trainer

+ 0 - 1
fish_speech/text/clean.py

@@ -19,7 +19,6 @@ SYMBOLS_MAPPING = {
     "·": ",",
     "、": ",",
     "...": "…",
-    "$": ".",
     "“": "'",
     "”": "'",
     "‘": "'",