Spaces:
Paused
Paused
File size: 660 Bytes
9680844 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
agent_class: seamless_communication.streaming.agents.seamless_s2st.SeamlessS2STDualVocoderVADAgent
monotonic_decoder_model_name: seamless_streaming_monotonic_decoder
unity_model_name: seamless_streaming_unity
sentencepiece_model: spm_256k_nllb100.model
task: s2st
tgt_lang: "eng"
min_unit_chunk_size: 50
decision_threshold: 0.7
no_early_stop: True
block_ngrams: True
vocoder_name: vocoder_v2
expr_vocoder_name: vocoder_pretssel
gated_model_dir: .
expr_vocoder_gain: 3.0
upstream_idx: 1
wav2vec_yaml: wav2vec.yaml
min_starting_wait_w2vbert: 192
config_yaml: cfg_fbank_u2t.yaml
upstream_idx: 1
detokenize_only: True
device: cuda:0
max_len_a: 0
max_len_b: 1000
|