patrickvonplaten
commited on
Commit
•
b006cc5
1
Parent(s):
7c21b2d
clean up more
Browse files- config.json +2 -1
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation": "ELU",
|
3 |
"activation_params": {
|
4 |
"alpha": 1.0
|
@@ -9,6 +10,7 @@
|
|
9 |
"audio_channels": 1,
|
10 |
"bins": 1024,
|
11 |
"causal": true,
|
|
|
12 |
"codebook_dim": null,
|
13 |
"commitment_weight": 1.0,
|
14 |
"compress": 2,
|
@@ -39,7 +41,6 @@
|
|
39 |
],
|
40 |
"residual_kernel_size": 3,
|
41 |
"sampling_rate": 24000,
|
42 |
-
"segment": null,
|
43 |
"target_bandwidths": [
|
44 |
1.5,
|
45 |
3.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./",
|
3 |
"activation": "ELU",
|
4 |
"activation_params": {
|
5 |
"alpha": 1.0
|
|
|
10 |
"audio_channels": 1,
|
11 |
"bins": 1024,
|
12 |
"causal": true,
|
13 |
+
"chunk_in_sec": null,
|
14 |
"codebook_dim": null,
|
15 |
"commitment_weight": 1.0,
|
16 |
"compress": 2,
|
|
|
41 |
],
|
42 |
"residual_kernel_size": 3,
|
43 |
"sampling_rate": 24000,
|
|
|
44 |
"target_bandwidths": [
|
45 |
1.5,
|
46 |
3.0,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fb83b3d01cb612a5bc659de40e8fea00cad48a29d0e7bec9e8ea8e95ac98ed4
|
3 |
+
size 93122168
|