shraey commited on
Commit
c5a034e
Β·
verified Β·
1 Parent(s): bdf4e87

Model card: use upstream's 'voice cloning' wording

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,7 +24,7 @@ autoregressive text-to-speech model β€” running natively on Apple Silicon.
24
 
25
  **Download and run. No PyTorch in the inference path, no conversion step.**
26
 
27
- - 🧠 **Model:** 16-expert top-1 MoE AR trunk (layer 26 routes top-2) β†’ DAC 44.1 kHz neural codec for the waveform, with an ECAPA-TDNN speaker encoder (+ LDA) for zero-shot voice cloning from a short reference clip.
28
  - 🍎 **Runtime:** [`sb1992/mlx-zonos2`](https://github.com/sb1992/mlx-zonos2) β€” a clean-room MLX reimplementation of the inference runtime, gated per-stage against the original PyTorch model.
29
  - πŸ“¦ **This repo:** the weights only. Three precision tiers, each a **self-contained folder**.
30
 
@@ -77,7 +77,7 @@ Python API, the enroll-once flow, and the full parity report.
77
 
78
  ## Responsible use
79
 
80
- This performs **zero-shot voice cloning** β€” it can reproduce a person's voice from a few seconds
81
  of audio. Use it responsibly: no impersonation, fraud, or disinformation; only clone voices you
82
  own or have explicit consent for; disclose AI-generated audio wherever it's published. See the
83
  [runtime repo](https://github.com/sb1992/mlx-zonos2) for the full policy.
 
24
 
25
  **Download and run. No PyTorch in the inference path, no conversion step.**
26
 
27
+ - 🧠 **Model:** 16-expert top-1 MoE AR trunk (layer 26 routes top-2) β†’ DAC 44.1 kHz neural codec for the waveform, with an ECAPA-TDNN speaker encoder (+ LDA) for voice cloning from a short reference clip.
28
  - 🍎 **Runtime:** [`sb1992/mlx-zonos2`](https://github.com/sb1992/mlx-zonos2) β€” a clean-room MLX reimplementation of the inference runtime, gated per-stage against the original PyTorch model.
29
  - πŸ“¦ **This repo:** the weights only. Three precision tiers, each a **self-contained folder**.
30
 
 
77
 
78
  ## Responsible use
79
 
80
+ This performs **voice cloning** β€” it can reproduce a person's voice from a few seconds
81
  of audio. Use it responsibly: no impersonation, fraud, or disinformation; only clone voices you
82
  own or have explicit consent for; disclose AI-generated audio wherever it's published. See the
83
  [runtime repo](https://github.com/sb1992/mlx-zonos2) for the full policy.