Upload VibeVoice Arabic LoRA adapters (improved)
Browse files- README.md +11 -0
- acoustic_connector/pytorch_model.bin +3 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- diffusion_head/config.json +20 -0
- diffusion_head/diffusion_head_full.bin +3 -0
- diffusion_head/model.safetensors +3 -0
- diffusion_head_full.bin +3 -0
- preprocessor_config.json +13 -0
- semantic_connector/pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: aoi-ot/VibeVoice-Large
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# VibeVoice Arabic LoRA v2
|
| 10 |
+
|
| 11 |
+
This is a LoRA adapter for the `aoi-ot/VibeVoice-Large` model, fine-tuned on an Arabic speech dataset.
|
acoustic_connector/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80f2bb0ab08d4a2fa78688dcaa119cac855a69b7a83e572af14cef989528c828
|
| 3 |
+
size 26173211
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"down_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:050cb3366d0ca6a11ed7208350035eb07683acfbbfc9a9f3295dc05ec46cbf24
|
| 3 |
+
size 80789744
|
diffusion_head/config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"VibeVoiceDiffusionHead"
|
| 4 |
+
],
|
| 5 |
+
"ddpm_batch_mul": 4,
|
| 6 |
+
"ddpm_beta_schedule": "cosine",
|
| 7 |
+
"ddpm_num_inference_steps": 20,
|
| 8 |
+
"ddpm_num_steps": 1000,
|
| 9 |
+
"diffusion_type": "ddpm",
|
| 10 |
+
"head_ffn_ratio": 3.0,
|
| 11 |
+
"head_layers": 4,
|
| 12 |
+
"hidden_size": 3584,
|
| 13 |
+
"latent_size": 64,
|
| 14 |
+
"model_type": "vibevoice_diffusion_head",
|
| 15 |
+
"prediction_type": "v_prediction",
|
| 16 |
+
"rms_norm_eps": 1e-05,
|
| 17 |
+
"speech_vae_dim": 64,
|
| 18 |
+
"torch_dtype": "bfloat16",
|
| 19 |
+
"transformers_version": "4.51.3"
|
| 20 |
+
}
|
diffusion_head/diffusion_head_full.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14dda464996c9b3355454f65eba95d8d50404a49a437398eed314d7f09378675
|
| 3 |
+
size 1338678485
|
diffusion_head/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa3f859b166ddec6cfce5a877a49f119fb36b5b318272f00dae452082b4a0f96
|
| 3 |
+
size 1338669752
|
diffusion_head_full.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14dda464996c9b3355454f65eba95d8d50404a49a437398eed314d7f09378675
|
| 3 |
+
size 1338678485
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"processor_class": "VibeVoiceProcessor",
|
| 3 |
+
"speech_tok_compress_ratio": 3200,
|
| 4 |
+
"db_normalize": true,
|
| 5 |
+
"audio_processor": {
|
| 6 |
+
"feature_extractor_type": "VibeVoiceTokenizerProcessor",
|
| 7 |
+
"sampling_rate": 24000,
|
| 8 |
+
"normalize_audio": true,
|
| 9 |
+
"target_dB_FS": -25,
|
| 10 |
+
"eps": 1e-06
|
| 11 |
+
},
|
| 12 |
+
"language_model_pretrained_name": "Qwen/Qwen2.5-7B"
|
| 13 |
+
}
|
semantic_connector/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14b642f2a128d0d4d73faec28787b730f5a9957169f37a0bcfbdda4454acf170
|
| 3 |
+
size 26631963
|