sanchit-gandhi HF staff commited on
Commit
4a85b2d
1 Parent(s): a5c3d74

Add weights and config

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncodecModel"
4
+ ],
5
+ "audio_channels": 1,
6
+ "chunk_length_s": null,
7
+ "codebook_dim": 128,
8
+ "codebook_size": 2048,
9
+ "compress": 2,
10
+ "dilation_growth_rate": 2,
11
+ "hidden_size": 128,
12
+ "kernel_size": 7,
13
+ "last_kernel_size": 7,
14
+ "model_type": "encodec",
15
+ "norm_type": "weight_norm",
16
+ "normalize": false,
17
+ "num_filters": 64,
18
+ "num_lstm_layers": 2,
19
+ "num_residual_layers": 1,
20
+ "overlap": null,
21
+ "pad_mode": "reflect",
22
+ "residual_kernel_size": 3,
23
+ "sampling_rate": 32000,
24
+ "target_bandwidths": [
25
+ 2.2
26
+ ],
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.31.0.dev0",
29
+ "trim_right_ratio": 1.0,
30
+ "upsampling_ratios": [
31
+ 8,
32
+ 5,
33
+ 4,
34
+ 4
35
+ ],
36
+ "use_causal_conv": false,
37
+ "use_conv_shortcut": true
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb66a0a476b6bdaaaa8d7a86d17e18103b37b14c3d4fa016a653a5c5568336da
3
+ size 238775728
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length_s": null,
3
+ "feature_extractor_type": "EncodecFeatureExtractor",
4
+ "feature_size": 1,
5
+ "overlap": null,
6
+ "padding_side": "right",
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 32000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d42af8a6644150c7e87c493a942f08a1576ca85ec95d13152df3dd109cb8bc5
3
+ size 238804989