sulaimank commited on
Commit
daa95e8
·
verified ·
1 Parent(s): 34f013c

Upload config.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.toml +18 -0
config.toml CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  [inference]
2
  [inference.args]
3
  seg_duration = 8
 
1
+ [model]
2
+ path = "diarizen.models.eend.model_wavlm_conformer.Model"
3
+
4
+ [model.args]
5
+ wavlm_src = "wavlm_base"
6
+ wavlm_layer_num = 13
7
+ wavlm_feat_dim = 768
8
+ attention_in = 256
9
+ ffn_hidden = 1024
10
+ num_head = 4
11
+ num_layer = 4
12
+ dropout = 0.1
13
+ chunk_size = 8
14
+ use_posi = false
15
+ output_activate_function = false
16
+ selected_channel = 0
17
+ max_speakers_per_chunk = 4
18
+
19
  [inference]
20
  [inference.args]
21
  seg_duration = 8