Update README.md
Browse files
README.md
CHANGED
|
@@ -46,4 +46,34 @@ quantization + INT8 GEMM, rescaled by `scale_x * scale_w`. No whole-weight dequa
|
|
| 46 |
- BF16 vs INT8 generation (same seed/settings): identical patch counts (200/200), finite latents, EN/ZH ASR-verified, speaker-similarity parity (0.9007 vs 0.8991)
|
| 47 |
- Peak VRAM 13.1 -> 8.3 GiB; generation ~1.3x slower (memory optimization, honestly reported)
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
All credit to the FireRed Team — see the upstream repo and model card. Apache-2.0.
|
|
|
|
| 46 |
- BF16 vs INT8 generation (same seed/settings): identical patch counts (200/200), finite latents, EN/ZH ASR-verified, speaker-similarity parity (0.9007 vs 0.8991)
|
| 47 |
- Peak VRAM 13.1 -> 8.3 GiB; generation ~1.3x slower (memory optimization, honestly reported)
|
| 48 |
|
| 49 |
+
## Usage Disclaimer
|
| 50 |
+
|
| 51 |
+
- The project incorporates zero-shot voice cloning functionality; Please note that this capability is intended **solely for academic research purposes**.
|
| 52 |
+
- **DO NOT** use this model for **ANY illegal activities**❗️❗️
|
| 53 |
+
- The developers assume no liability for any misuse of this model.
|
| 54 |
+
- If you identify any instances of **abuse**, **misuse**, or **fraudulent** activities related to this project, **please report them to our team immediately.**
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
## Citation
|
| 58 |
+
|
| 59 |
+
```bib
|
| 60 |
+
@article{fireredtts3,
|
| 61 |
+
title = {FireRedTTS3: Unified Speech Generation and Editing with Semantically Enriched Speech Representations},
|
| 62 |
+
author = {FireRed Team},
|
| 63 |
+
journal = {arXiv preprint},
|
| 64 |
+
year = {2026},
|
| 65 |
+
}
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
## Acknowledgements
|
| 70 |
+
|
| 71 |
+
- [Qwen3](https://github.com/QwenLM/Qwen3) and [Qwen2-Audio](https://github.com/QwenLM/Qwen2-Audio) for the language model and audio understanding foundations
|
| 72 |
+
- [DiTAR](https://arxiv.org/abs/2502.03930) for the patch-level diffusion autoregressive formulation
|
| 73 |
+
- [X-Codec](https://github.com/zhenye234/xcodec) for the discriminator design used in RedAE training
|
| 74 |
+
- [CAM++](https://modelscope.cn/models/iic/speech_campplus_sv_en_voxceleb_16k) for speaker embedding extraction
|
| 75 |
+
- [fastText](https://fasttext.cc/docs/en/language-identification.html) for automatic language identification
|
| 76 |
+
- [WeTextProcessing](https://github.com/wenet-e2e/WeTextProcessing) (wetext) for the Chinese / English text normalization front-end
|
| 77 |
+
|
| 78 |
+
|
| 79 |
All credit to the FireRed Team — see the upstream repo and model card. Apache-2.0.
|