Anna Sun
commited on
Commit
·
8d7615c
1
Parent(s):
348b97e
update to default to seamless_streaming model
Browse files
seamless_server/models/s2s_m4t_expr-emma_v0.3/vad_s2st_sc_24khz_main.yaml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
agent_class: seamless_communication.streaming.agents.
|
| 2 |
-
# checkpoint: checkpoint_best.pt
|
| 3 |
monotonic_decoder_model_name: seamless_streaming_monotonic_decoder
|
| 4 |
unity_model_name: seamless_streaming_unity
|
| 5 |
sentencepiece_model: spm_256k_nllb100.model
|
|
@@ -10,13 +9,11 @@ min_unit_chunk_size: 50
|
|
| 10 |
decision_threshold: 0.7
|
| 11 |
no_early_stop: True
|
| 12 |
block_ngrams: True
|
| 13 |
-
vocoder_name:
|
| 14 |
wav2vec_yaml: wav2vec.yaml
|
| 15 |
-
|
| 16 |
-
# min_starting_wait_w2vbert: 192
|
| 17 |
|
| 18 |
config_yaml: cfg_fbank_u2t.yaml
|
| 19 |
-
vocoder_sample_rate: 24000
|
| 20 |
upstream_idx: 1
|
| 21 |
detokenize_only: True
|
| 22 |
device: cuda:0
|
|
|
|
| 1 |
+
agent_class: seamless_communication.streaming.agents.seamless_streaming_s2st.SeamlessStreamingS2STJointVADAgent
|
|
|
|
| 2 |
monotonic_decoder_model_name: seamless_streaming_monotonic_decoder
|
| 3 |
unity_model_name: seamless_streaming_unity
|
| 4 |
sentencepiece_model: spm_256k_nllb100.model
|
|
|
|
| 9 |
decision_threshold: 0.7
|
| 10 |
no_early_stop: True
|
| 11 |
block_ngrams: True
|
| 12 |
+
vocoder_name: vocoder_v2
|
| 13 |
wav2vec_yaml: wav2vec.yaml
|
| 14 |
+
min_starting_wait_w2vbert: 192
|
|
|
|
| 15 |
|
| 16 |
config_yaml: cfg_fbank_u2t.yaml
|
|
|
|
| 17 |
upstream_idx: 1
|
| 18 |
detokenize_only: True
|
| 19 |
device: cuda:0
|