benjolo commited on
Commit
e5542c2
·
verified ·
1 Parent(s): af26aa4

Delete backend/models/SeamlessStreaming

Browse files
backend/models/SeamlessStreaming/vad_s2st_sc_main.yaml DELETED
@@ -1,21 +0,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
5
-
6
- task: s2st
7
- tgt_lang: "eng"
8
- min_unit_chunk_size: 50
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
20
- max_len_a: 0
21
- max_len_b: 1000