Upload checkpoint-1100 LoRA adapters
Browse files- checkpoint-1100/lora/README.md +10 -0
- checkpoint-1100/lora/acoustic_connector/pytorch_model.bin +3 -0
- checkpoint-1100/lora/adapter_config.json +42 -0
- checkpoint-1100/lora/adapter_model.safetensors +3 -0
- checkpoint-1100/lora/diffusion_head/config.json +20 -0
- checkpoint-1100/lora/diffusion_head/diffusion_head_full.bin +3 -0
- checkpoint-1100/lora/diffusion_head/model.safetensors +3 -0
- checkpoint-1100/lora/diffusion_head_full.bin +3 -0
- checkpoint-1100/lora/preprocessor_config.json +13 -0
- checkpoint-1100/lora/semantic_connector/pytorch_model.bin +3 -0
checkpoint-1100/lora/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: vibevoice/VibeVoice-1.5B
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
---
|
| 8 |
+
# VibeVoice Arabic LoRA
|
| 9 |
+
This is a LoRA adapter for the `vibevoice/VibeVoice-1.5B` model, fine-tuned on an Arabic speech dataset.
|
| 10 |
+
Checkpoint: checkpoint-1100
|
checkpoint-1100/lora/acoustic_connector/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25df512ccbcbd435c85237a152eeb5bbb5c64eb0b4663b81aa807e8e7ac8a29c
|
| 3 |
+
size 4927259
|
checkpoint-1100/lora/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 |
+
}
|
checkpoint-1100/lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c5122f40be3f9428da8f260d9185866e42d20bfd0b6b9816916b686f5a075f
|
| 3 |
+
size 36978720
|
checkpoint-1100/lora/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": 1536,
|
| 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 |
+
}
|
checkpoint-1100/lora/diffusion_head/diffusion_head_full.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56869d9ba77411c4154a36d8a207f93fdbc2b7c0f532b759c6b38e08ded497a
|
| 3 |
+
size 246570197
|
checkpoint-1100/lora/diffusion_head/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ffe384bf1c3ff71c866bae61888b5824faeff8797b87471e232229f17f34c5
|
| 3 |
+
size 246561416
|
checkpoint-1100/lora/diffusion_head_full.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56869d9ba77411c4154a36d8a207f93fdbc2b7c0f532b759c6b38e08ded497a
|
| 3 |
+
size 246570197
|
checkpoint-1100/lora/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 |
+
}
|
checkpoint-1100/lora/semantic_connector/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d420ac6bf8ec7d158131e6c42d36185063e427a737dca5c0a32c47e5bfec951
|
| 3 |
+
size 5123867
|