feat: support higher overlap
Browse files- config.toml +2 -0
- pytorch_model.bin +2 -2
config.toml
CHANGED
|
@@ -10,6 +10,8 @@ ffn_hidden = 1024
|
|
| 10 |
num_head = 4
|
| 11 |
num_layer = 4
|
| 12 |
dropout = 0.1
|
|
|
|
|
|
|
| 13 |
chunk_size = 16
|
| 14 |
use_posi = false
|
| 15 |
output_activate_function = false
|
|
|
|
| 10 |
num_head = 4
|
| 11 |
num_layer = 4
|
| 12 |
dropout = 0.1
|
| 13 |
+
max_speakers_per_chunk = 4
|
| 14 |
+
max_speakers_per_frame = 4
|
| 15 |
chunk_size = 16
|
| 16 |
use_posi = false
|
| 17 |
output_activate_function = false
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:689a10f0cbde6345b4bf9b1670cf3196488634b34e5b07bea0fe40d508e1196b
|
| 3 |
+
size 278071526
|