Upload model
Browse files- config.json +5 -0
config.json
CHANGED
@@ -7,14 +7,18 @@
|
|
7 |
"EncodecModel"
|
8 |
],
|
9 |
"audio_channels": 1,
|
|
|
10 |
"causal": true,
|
11 |
"compress": 2,
|
|
|
12 |
"dilation_base": 2,
|
13 |
"dimension": 128,
|
14 |
"final_activation": null,
|
15 |
"final_activation_params": null,
|
16 |
"is_encoder_decoder": true,
|
17 |
"kernel_size": 7,
|
|
|
|
|
18 |
"last_kernel_size": 7,
|
19 |
"lstm": 2,
|
20 |
"model_type": "encodec",
|
@@ -41,6 +45,7 @@
|
|
41 |
12.0,
|
42 |
24.0
|
43 |
],
|
|
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.31.0.dev0",
|
46 |
"trim_right_ratio": 1.0,
|
|
|
7 |
"EncodecModel"
|
8 |
],
|
9 |
"audio_channels": 1,
|
10 |
+
"bins": 1024,
|
11 |
"causal": true,
|
12 |
"compress": 2,
|
13 |
+
"decay": 0.99,
|
14 |
"dilation_base": 2,
|
15 |
"dimension": 128,
|
16 |
"final_activation": null,
|
17 |
"final_activation_params": null,
|
18 |
"is_encoder_decoder": true,
|
19 |
"kernel_size": 7,
|
20 |
+
"kmeans_init": true,
|
21 |
+
"kmeans_iters": 50,
|
22 |
"last_kernel_size": 7,
|
23 |
"lstm": 2,
|
24 |
"model_type": "encodec",
|
|
|
45 |
12.0,
|
46 |
24.0
|
47 |
],
|
48 |
+
"threshold_ema_dead_code": 2,
|
49 |
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.31.0.dev0",
|
51 |
"trim_right_ratio": 1.0,
|