Upload decode_default.yaml with huggingface_hub
Browse files- decode_default.yaml +27 -0
decode_default.yaml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nproc: 1
|
2 |
+
dtype: bfloat16
|
3 |
+
|
4 |
+
inference_last_segment: false
|
5 |
+
|
6 |
+
codec_ssl:
|
7 |
+
search_algo: topk_sampling
|
8 |
+
sampling_temperature: 0.8
|
9 |
+
topk: 30
|
10 |
+
length_method: absolute
|
11 |
+
maxlen: 2048
|
12 |
+
minlen: 3
|
13 |
+
tokenizer:
|
14 |
+
codec_config:
|
15 |
+
codec_choice: ESPnet
|
16 |
+
codec_fs: 16000
|
17 |
+
hf_model_tag: ftshijt/espnet_codec_dac_large_v1.4_360epoch
|
18 |
+
ssl_config:
|
19 |
+
hf_model_tag: exp/kmeans/model.pth
|
20 |
+
|
21 |
+
text_bpe:
|
22 |
+
search_algo: greedy_search
|
23 |
+
sampling_temperature: 0.8
|
24 |
+
topk: 20
|
25 |
+
length_method: absolute
|
26 |
+
maxlen: 2048
|
27 |
+
minlen: 1
|