hf-transformers-bot commited on
Commit
e14c5a2
·
1 Parent(s): ef707b2

Upload tiny models for EncodecModel

Browse files
Files changed (3) hide show
  1. config.json +42 -0
  2. preprocessor_config.json +10 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncodecModel"
4
+ ],
5
+ "audio_channels": 2,
6
+ "chunk_in_sec": null,
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": [
26
+ 1.5,
27
+ 3.0,
28
+ 6.0,
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
+ }
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": 24000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c1427ca1fb390abec67f58e3b2eaa9047300610674570ff59935b6c4a1bcdd
3
+ size 93174461