gafiatulin commited on
Commit
6266a74
·
verified ·
1 Parent(s): b9210b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -10,13 +10,15 @@ tags:
10
  - on-device
11
  - m4-max
12
  - text-to-speech
 
 
13
  ---
14
 
15
  # VibeVoice 7B — multi-speaker TTS (Core AI)
16
 
17
- Highest-quality multi-speaker TTS, 7B Qwen2 backbone. Bundles its own σ-VAE codec (shared with 1.5b) so the repo is self-contained. cfg 2.0 fused sampler avoids long-form static buildup.
18
 
19
- **On-device performance (M4 Max, Core AI):** 2.37× RTF, WER 0%.
20
 
21
  > ⚠️ **Beta artifacts.** These `.aimodel` bundles are compiled for macOS 27 / Xcode 27 beta (Core AI). They may need re-export on the GA toolchain. The original weights are Microsoft VibeVoice (see upstream for the model license).
22
 
@@ -82,4 +84,4 @@ Resolve assets by role via `manifest.json` (`default` = recommended variant):
82
  "decode_compute": "gpu",
83
  "sem_compute": "gpu"
84
  }
85
- ```
 
10
  - on-device
11
  - m4-max
12
  - text-to-speech
13
+ base_model:
14
+ - vibevoice/VibeVoice-7B
15
  ---
16
 
17
  # VibeVoice 7B — multi-speaker TTS (Core AI)
18
 
19
+ High-quality multi-speaker TTS, 7B Qwen2 backbone. cfg 2.0 fused sampler avoids long-form static buildup.
20
 
21
+ **On-device performance (M4 Max, Core AI):** 2.37× RTF.
22
 
23
  > ⚠️ **Beta artifacts.** These `.aimodel` bundles are compiled for macOS 27 / Xcode 27 beta (Core AI). They may need re-export on the GA toolchain. The original weights are Microsoft VibeVoice (see upstream for the model license).
24
 
 
84
  "decode_compute": "gpu",
85
  "sem_compute": "gpu"
86
  }
87
+ ```