ArthurZ HF staff commited on
Commit
f2f7183
1 Parent(s): 2fa7a29

Upload model

Browse files
Files changed (2) hide show
  1. config.json +15 -29
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,44 +1,25 @@
1
  {
2
- "_name_or_path": "./",
3
- "activation": "ELU",
4
- "activation_params": {
5
- "alpha": 1.0
6
- },
7
  "architectures": [
8
  "EncodecModel"
9
  ],
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,
17
- "decay": 0.99,
18
- "dilation_base": 2,
19
- "dimension": 128,
20
- "epsilon": 1e-05,
21
- "final_activation": null,
22
- "final_activation_params": null,
23
- "is_encoder_decoder": true,
24
  "kernel_size": 7,
25
- "kmeans_init": true,
26
- "kmeans_iters": 50,
27
  "last_kernel_size": 7,
28
  "model_type": "encodec",
29
- "norm": "weight_norm",
30
  "normalize": false,
31
  "num_filters": 32,
32
  "num_lstm_layers": 2,
33
  "num_residual_layers": 1,
34
- "overlap": 0.01,
35
  "pad_mode": "reflect",
36
- "ratios": [
37
- 8,
38
- 5,
39
- 4,
40
- 2
41
- ],
42
  "residual_kernel_size": 3,
43
  "sampling_rate": 24000,
44
  "target_bandwidths": [
@@ -48,9 +29,14 @@
48
  12.0,
49
  24.0
50
  ],
51
- "threshold_ema_dead_code": 2,
52
  "torch_dtype": "float32",
53
  "transformers_version": "4.31.0.dev0",
54
  "trim_right_ratio": 1.0,
55
- "true_skip": false
 
 
 
 
 
 
56
  }
 
1
  {
2
+ "_name_or_path": "ArthurZ/encodec_24khz",
 
 
 
 
3
  "architectures": [
4
  "EncodecModel"
5
  ],
6
  "audio_channels": 1,
7
+ "chunk_length_s": null,
8
+ "codebook_dim": 128,
9
+ "codebook_size": 1024,
 
 
10
  "compress": 2,
11
+ "dilation_growth_rate": 2,
12
+ "hidden_size": 128,
 
 
 
 
 
13
  "kernel_size": 7,
 
 
14
  "last_kernel_size": 7,
15
  "model_type": "encodec",
16
+ "norm_type": "weight_norm",
17
  "normalize": false,
18
  "num_filters": 32,
19
  "num_lstm_layers": 2,
20
  "num_residual_layers": 1,
21
+ "overlap": null,
22
  "pad_mode": "reflect",
 
 
 
 
 
 
23
  "residual_kernel_size": 3,
24
  "sampling_rate": 24000,
25
  "target_bandwidths": [
 
29
  12.0,
30
  24.0
31
  ],
 
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.31.0.dev0",
34
  "trim_right_ratio": 1.0,
35
+ "upsampling_ratios": [
36
+ 8,
37
+ 5,
38
+ 4,
39
+ 2
40
+ ],
41
+ "use_causal_conv": true
42
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab6c718498cabd8639438479cdad91c2ab37e50664e26aadd9d0a12fce18f26f
3
- size 93175229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:723be8b6cb82e6c4ca60e315e71d1be1c1355fc027dadae352628341d5f0e1f1
3
+ size 93172669