Upload model
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,10 +4,9 @@
|
|
4 |
"alpha": 1.0
|
5 |
},
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"audio_channels": 1,
|
10 |
-
"audio_normalize": false,
|
11 |
"causal": true,
|
12 |
"compress": 2,
|
13 |
"dilation_base": 2,
|
@@ -21,6 +20,7 @@
|
|
21 |
"model_type": "encodec",
|
22 |
"norm": "weight_norm",
|
23 |
"norm_params": {},
|
|
|
24 |
"num_filters": 32,
|
25 |
"num_residual_layers": 1,
|
26 |
"overlap": 0.01,
|
@@ -42,7 +42,7 @@
|
|
42 |
24.0
|
43 |
],
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"trim_right_ratio": 1.0,
|
47 |
"true_skip": false
|
48 |
}
|
|
|
4 |
"alpha": 1.0
|
5 |
},
|
6 |
"architectures": [
|
7 |
+
"EncodecModel"
|
8 |
],
|
9 |
"audio_channels": 1,
|
|
|
10 |
"causal": true,
|
11 |
"compress": 2,
|
12 |
"dilation_base": 2,
|
|
|
20 |
"model_type": "encodec",
|
21 |
"norm": "weight_norm",
|
22 |
"norm_params": {},
|
23 |
+
"normalize": false,
|
24 |
"num_filters": 32,
|
25 |
"num_residual_layers": 1,
|
26 |
"overlap": 0.01,
|
|
|
42 |
24.0
|
43 |
],
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.31.0.dev0",
|
46 |
"trim_right_ratio": 1.0,
|
47 |
"true_skip": false
|
48 |
}
|