chore: upload export configs
Browse files- configs/kr.yaml +29 -0
configs/kr.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MeloTTS Korean export configuration
|
| 2 |
+
language: KR
|
| 3 |
+
source_repo: myshell-ai/MeloTTS-Korean
|
| 4 |
+
target_repo: gnyong/melotts-kr-onnx
|
| 5 |
+
checkpoint_dir: checkpoints/kr
|
| 6 |
+
onnx_dir: onnx
|
| 7 |
+
|
| 8 |
+
# ONNX export 파라미터
|
| 9 |
+
opset_version: 17
|
| 10 |
+
dummy_sequence_length: 32
|
| 11 |
+
|
| 12 |
+
# 추론 기본 하이퍼파라미터 (KR)
|
| 13 |
+
noise_scale: 0.6
|
| 14 |
+
length_scale: 1.0
|
| 15 |
+
noise_scale_w: 0.8
|
| 16 |
+
sdp_ratio: 0.2
|
| 17 |
+
|
| 18 |
+
# BERT 임베딩 차원 (MeloTTS KR 기본값)
|
| 19 |
+
bert_dim: 1024
|
| 20 |
+
ja_bert_dim: 768
|
| 21 |
+
|
| 22 |
+
# 양자화 타겟
|
| 23 |
+
outputs:
|
| 24 |
+
- name: melotts_kr_fp32
|
| 25 |
+
dtype: fp32
|
| 26 |
+
- name: melotts_kr_fp16
|
| 27 |
+
dtype: fp16
|
| 28 |
+
- name: melotts_kr_int8
|
| 29 |
+
dtype: int8
|