Add config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Mossformer2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Mossformer2"
|
| 5 |
+
],
|
| 6 |
+
"n_speakers": 2,
|
| 7 |
+
"enc_dim": 512,
|
| 8 |
+
"win_len": 320,
|
| 9 |
+
"hop_len": 160,
|
| 10 |
+
"rnn_layers": 2,
|
| 11 |
+
"rnn_hidden": 512,
|
| 12 |
+
"sample_rate": 8000
|
| 13 |
+
}
|