hf-transformers-bot commited on
Commit
894f91d
·
verified ·
1 Parent(s): defa05c

Update tiny models for EncodecModel

Browse files
Files changed (3) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +10 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncodecModel"
4
+ ],
5
+ "audio_channels": 2,
6
+ "chunk_in_sec": null,
7
+ "chunk_length_s": null,
8
+ "codebook_dim": 32,
9
+ "codebook_size": 64,
10
+ "compress": 2,
11
+ "dilation_growth_rate": 2,
12
+ "dtype": "float32",
13
+ "hidden_size": 32,
14
+ "kernel_size": 7,
15
+ "last_kernel_size": 7,
16
+ "model_type": "encodec",
17
+ "norm_type": "weight_norm",
18
+ "normalize": false,
19
+ "num_filters": 8,
20
+ "num_lstm_layers": 1,
21
+ "num_residual_layers": 1,
22
+ "overlap": null,
23
+ "pad_mode": "reflect",
24
+ "residual_kernel_size": 3,
25
+ "sampling_rate": 24000,
26
+ "target_bandwidths": [
27
+ 1.5,
28
+ 3.0,
29
+ 6.0,
30
+ 12.0,
31
+ 24.0
32
+ ],
33
+ "transformers_version": "5.16.0.dev0",
34
+ "trim_right_ratio": 1.0,
35
+ "upsampling_ratios": [
36
+ 8,
37
+ 4
38
+ ],
39
+ "use_causal_conv": true,
40
+ "use_conv_shortcut": true
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ee1751bf57ce7978cfa3663f07a94466cf51cb190dbd5a8f1c18d66d73298a
3
+ size 302396
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
+ }