aufklarer commited on
Commit
b14c8be
·
verified ·
1 Parent(s): 26f7abe

Mirror streaming config as config.json for the Swift loader

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "variant": "streaming",
3
+ "source_checkpoint": "devsy0117/ultra_diar_streaming_sortformer_8spk_v1",
4
+ "n_mels": 128,
5
+ "fc_d_model": 512,
6
+ "subsampling_factor": 8,
7
+ "num_speakers": 8,
8
+ "chunk_len": 6,
9
+ "chunk_left_context": 1,
10
+ "chunk_right_context": 7,
11
+ "fifo_len": 40,
12
+ "spkcache_len": 188,
13
+ "spkcache_update_period": 32,
14
+ "mel_input_frames": 112,
15
+ "chunk_frames": 14
16
+ }