Upload bundle_config.json with huggingface_hub
Browse files- bundle_config.json +27 -0
bundle_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "vibevoice-asr-hf-audio-encoder-v1",
|
| 3 |
+
"transformers_git_revision": "cbb65a4815d44f1d8b8ff7f51cca24ce491fc09e",
|
| 4 |
+
"audio_encoder_weight_format": "hf-vibevoice-asr-audio-v1",
|
| 5 |
+
"audio_encoder_file": "audio_encoder.safetensors",
|
| 6 |
+
"includes_wte": false,
|
| 7 |
+
"includes_processor_files": false,
|
| 8 |
+
"wte_key": null,
|
| 9 |
+
"text_hidden_size": 3584,
|
| 10 |
+
"text_vocab_size": 152064,
|
| 11 |
+
"sample_rate": 24000,
|
| 12 |
+
"acoustic_vae_std": 0.625,
|
| 13 |
+
"speech_token_compress_ratio": 3200,
|
| 14 |
+
"key_prefixes": {
|
| 15 |
+
"acoustic_encoder": "model.acoustic_tokenizer_encoder.",
|
| 16 |
+
"semantic_encoder": "model.semantic_tokenizer_encoder.",
|
| 17 |
+
"projector": "model.multi_modal_projector.",
|
| 18 |
+
"wte": null
|
| 19 |
+
},
|
| 20 |
+
"tensor_counts": {
|
| 21 |
+
"acoustic_encoder": 276,
|
| 22 |
+
"semantic_encoder": 276,
|
| 23 |
+
"projector": 10,
|
| 24 |
+
"wte": 0,
|
| 25 |
+
"omitted_decoder_or_unknown": 277
|
| 26 |
+
}
|
| 27 |
+
}
|