Upload config.yaml
Browse files- config.yaml +11 -0
config.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
bpe_tokenizer:
|
| 2 |
+
bpe: sentencepiece
|
| 3 |
+
sentencepiece_model: spm_bpe32768.model
|
| 4 |
+
standardize_audio: true
|
| 5 |
+
use_audio_input: true
|
| 6 |
+
vocab_filename: spm_bpe32768.txt
|
| 7 |
+
sampling_alpha: 0.01
|
| 8 |
+
hub:
|
| 9 |
+
input_type: standardized_waveform
|
| 10 |
+
tts_model_id: pytorch/fairseq:tts_transformer-zh-cv7_css10
|
| 11 |
+
|