starkdmi commited on
Commit
561fc96
·
verified ·
1 Parent(s): 96f5664

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +10 -3
  2. config.json +15 -0
  3. model_fp32.safetensors +3 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # MossFormer2 SR 48K (MLX)
6
+
7
+ This model was converted to MLX format from
8
+ [alibabasglab/MossFormer2_SR_48K](https://huggingface.co/alibabasglab/MossFormer2_SR_48K).
9
+
10
+ **Github:** [starkdmi/mossformer2_sr_48k_mlx](https://github.com/starkdmi/mossformer2_sr_48k_mlx)
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resblock": "1",
3
+ "upsample_rates": [8, 8, 2, 2],
4
+ "upsample_kernel_sizes": [16, 16, 4, 4],
5
+ "upsample_initial_channel": 1024,
6
+ "resblock_kernel_sizes": [3, 7, 11],
7
+ "resblock_dilation_sizes": [[1, 3, 5], [1, 3, 5], [1, 3, 5]],
8
+ "num_mels": 80,
9
+ "n_fft": 1024,
10
+ "hop_size": 256,
11
+ "win_size": 1024,
12
+ "sampling_rate": 48000,
13
+ "fmin": 0,
14
+ "fmax": 8000
15
+ }
model_fp32.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6061573a4ccd41731afdcb94bb65bf019c2058988caa4472ae396cd03e8d704a
3
+ size 438668396