Update tiny models for VibeVoiceAcousticTokenizerDecoderModel
Browse files- config.json +26 -0
- model.safetensors +3 -0
- preprocessor_config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"VibeVoiceAcousticTokenizerDecoderModel"
|
| 4 |
+
],
|
| 5 |
+
"channels": 1,
|
| 6 |
+
"depths": [
|
| 7 |
+
1,
|
| 8 |
+
1
|
| 9 |
+
],
|
| 10 |
+
"downsampling_ratios": [
|
| 11 |
+
2
|
| 12 |
+
],
|
| 13 |
+
"dtype": "float32",
|
| 14 |
+
"ffn_expansion": 4,
|
| 15 |
+
"hidden_act": "gelu",
|
| 16 |
+
"hidden_size": 32,
|
| 17 |
+
"initializer_range": 0.01,
|
| 18 |
+
"kernel_size": 3,
|
| 19 |
+
"layer_scale_init_value": 1e-06,
|
| 20 |
+
"model_type": "vibevoice_acoustic_tokenizer_decoder",
|
| 21 |
+
"n_filters": 4,
|
| 22 |
+
"num_filters": 32,
|
| 23 |
+
"rms_norm_eps": 1e-05,
|
| 24 |
+
"transformers_version": "5.16.0.dev0",
|
| 25 |
+
"vae_std": 0.625
|
| 26 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9615ea8aa35a9ae6bd23132060917351f0366f0501fede03b76676717b142829
|
| 3 |
+
size 229388
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_processor": {
|
| 3 |
+
"eps": 1e-06,
|
| 4 |
+
"feature_extractor_type": "VibeVoiceTokenizerProcessor",
|
| 5 |
+
"normalize_audio": true,
|
| 6 |
+
"sampling_rate": 24000,
|
| 7 |
+
"target_dB_FS": -25
|
| 8 |
+
},
|
| 9 |
+
"db_normalize": true,
|
| 10 |
+
"eps": 1e-06,
|
| 11 |
+
"feature_extractor_type": "VibeVoiceAcousticTokenizerFeatureExtractor",
|
| 12 |
+
"feature_size": 1,
|
| 13 |
+
"language_model_pretrained_name": "Qwen/Qwen2.5-1.5B",
|
| 14 |
+
"normalize_audio": true,
|
| 15 |
+
"padding_side": "right",
|
| 16 |
+
"padding_value": 0.0,
|
| 17 |
+
"return_attention_mask": true,
|
| 18 |
+
"sampling_rate": 24000,
|
| 19 |
+
"speech_tok_compress_ratio": 3200,
|
| 20 |
+
"target_dB_FS": -25
|
| 21 |
+
}
|