Upload folder using huggingface_hub
Browse files- configs/data/qwen100.yaml +14 -0
- configs/experiment/qwen100.yaml +15 -0
configs/data/qwen100.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
defaults:
|
| 2 |
+
- ljspeech
|
| 3 |
+
- _self_
|
| 4 |
+
|
| 5 |
+
_target_: matcha.data.text_mel_datamodule.TextMelDataModule
|
| 6 |
+
name: vctk
|
| 7 |
+
train_filelist_path: datas/qwen100/train.cleaned.txt
|
| 8 |
+
valid_filelist_path: datas/qwen100/valid.cleaned.txt
|
| 9 |
+
batch_size: 32
|
| 10 |
+
add_blank: True
|
| 11 |
+
n_spks: 100
|
| 12 |
+
data_statistics:
|
| 13 |
+
mel_mean: -5.193324
|
| 14 |
+
mel_std: 2.480281
|
configs/experiment/qwen100.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# @package _global_
|
| 2 |
+
|
| 3 |
+
# to execute this experiment run:
|
| 4 |
+
# python train.py experiment=multispeaker
|
| 5 |
+
|
| 6 |
+
defaults:
|
| 7 |
+
- override /data: qwen100.yaml
|
| 8 |
+
|
| 9 |
+
# all parameters below will be merged with parameters from default configurations set above
|
| 10 |
+
# this allows you to overwrite only specified parameters
|
| 11 |
+
|
| 12 |
+
tags: ["qwen100"]
|
| 13 |
+
|
| 14 |
+
run_name: qwen100
|
| 15 |
+
ckpt_path: group003f-cl-v2_checkpoint_epoch=5709.ckpt
|