ArthurZ HF staff commited on
Commit
ea6020c
1 Parent(s): d0a5bc9

Upload model

Browse files
Files changed (2) hide show
  1. config.json +14 -28
  2. model.safetensors +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": 2,
11
- "bins": 1024,
12
- "causal": false,
13
- "chunk_in_sec": 1.0,
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": "time_group_norm",
30
  "normalize": true,
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": 48000,
44
  "target_bandwidths": [
@@ -47,9 +28,14 @@
47
  12.0,
48
  24.0
49
  ],
50
- "threshold_ema_dead_code": 2,
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.31.0.dev0",
53
  "trim_right_ratio": 1.0,
54
- "true_skip": false
 
 
 
 
 
 
55
  }
 
1
  {
2
+ "_name_or_path": "ArthurZ/encodec_48khz",
 
 
 
 
3
  "architectures": [
4
  "EncodecModel"
5
  ],
6
  "audio_channels": 2,
7
+ "chunk_length_s": 1.0,
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": "time_group_norm",
17
  "normalize": true,
18
  "num_filters": 32,
19
  "num_lstm_layers": 2,
20
  "num_residual_layers": 1,
21
  "overlap": 0.01,
22
  "pad_mode": "reflect",
 
 
 
 
 
 
23
  "residual_kernel_size": 3,
24
  "sampling_rate": 48000,
25
  "target_bandwidths": [
 
28
  12.0,
29
  24.0
30
  ],
 
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.31.0.dev0",
33
  "trim_right_ratio": 1.0,
34
+ "upsampling_ratios": [
35
+ 8,
36
+ 5,
37
+ 4,
38
+ 2
39
+ ],
40
+ "use_causal_conv": false
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec33c6a70ec03ba1958b4c3128f83b5117f6454a3dc2a9b480c0707f6a339893
3
- size 76292432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a15ffbaf7bb76176d0833e10590de0a8988a7848748608cefc36a1c88adfdc
3
+ size 76291152