Upload model
Browse files- config.json +56 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MimiModel"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"audio_channels": 1,
|
7 |
+
"codebook_dim": 256,
|
8 |
+
"codebook_size": 2048,
|
9 |
+
"compress": 2,
|
10 |
+
"dilation_growth_rate": 2,
|
11 |
+
"frame_rate": 12.5,
|
12 |
+
"head_dim": 64,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_size": 512,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 2048,
|
17 |
+
"kernel_size": 7,
|
18 |
+
"last_kernel_size": 3,
|
19 |
+
"layer_scale_initial_scale": 0.01,
|
20 |
+
"max_position_embeddings": 8000,
|
21 |
+
"model_type": "mimi",
|
22 |
+
"norm_eps": 1e-05,
|
23 |
+
"normalize": false,
|
24 |
+
"num_attention_heads": 8,
|
25 |
+
"num_filters": 64,
|
26 |
+
"num_hidden_layers": 8,
|
27 |
+
"num_key_value_heads": 8,
|
28 |
+
"num_residual_layers": 1,
|
29 |
+
"num_semantic_quantizers": 1,
|
30 |
+
"pad_mode": "constant",
|
31 |
+
"residual_kernel_size": 3,
|
32 |
+
"rope_theta": 10000.0,
|
33 |
+
"sampling_rate": 24000,
|
34 |
+
"sliding_window": 250,
|
35 |
+
"target_bandwidths": [
|
36 |
+
1.5,
|
37 |
+
3.0,
|
38 |
+
6.0,
|
39 |
+
12.0,
|
40 |
+
24.0
|
41 |
+
],
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.45.0.dev0",
|
44 |
+
"trim_right_ratio": 1.0,
|
45 |
+
"upsample_groups": 512,
|
46 |
+
"upsampling_ratios": [
|
47 |
+
8,
|
48 |
+
6,
|
49 |
+
5,
|
50 |
+
4
|
51 |
+
],
|
52 |
+
"use_cache": false,
|
53 |
+
"use_causal_conv": true,
|
54 |
+
"use_conv_shortcut": false,
|
55 |
+
"vector_quantization_hidden_dimension": 256
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe95ed31c05b18ad19825c5590a2e2c62309b9c54265e7cc3e27b9a4a9abb0c6
|
3 |
+
size 384649828
|