From 324ca60e3ddb8a972a3bb1df6a44cfd06f56178a Mon Sep 17 00:00:00 2001 From: Karim Ouda Date: Sun, 15 Mar 2026 17:39:22 +0100 Subject: [PATCH 1/2] Add Arabic model details to SHARED.md Added Arabic section with details for F5-TTS Small model. --- src/f5_tts/infer/SHARED.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/f5_tts/infer/SHARED.md b/src/f5_tts/infer/SHARED.md index ef3d8ae24..b8b5dbcb2 100644 --- a/src/f5_tts/infer/SHARED.md +++ b/src/f5_tts/infer/SHARED.md @@ -37,7 +37,8 @@ - [F5-TTS Base @ ru @ HotDro4illa](#f5-tts-base--ru--hotdro4illa) - [Spanish](#spanish) - [F5-TTS Base @ es @ jpgallegoar](#f5-tts-base--es--jpgallegoar) - +- [Arabic](#arabic) + - [F5-TTS Small @ ar & en @ SILMA AI](#f5-tts-small--ar--en--silma-ai) ## Multilingual @@ -207,3 +208,15 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, " |F5-TTS Base|[ckpt & vocab](https://huggingface.co/jpgallegoar/F5-Spanish)|[Voxpopuli](https://huggingface.co/datasets/facebook/voxpopuli) & Crowdsourced & TEDx, 218 hours|cc0-1.0| - @jpgallegoar [GitHub repo](https://github.com/jpgallegoar/Spanish-F5), Jupyter Notebook and Gradio usage for Spanish model. + + + +## Arabic + +#### F5-TTS Small @ ar & en @ SILMA AI +|Model|🤗Hugging Face|Data (Hours)|Model License| +|:---:|:------------:|:-----------:|:-------------:| +|F5-TTS Small|[ckpt & vocab](https://huggingface.co/silma-ai/silma-tts)| Tens of thousands EN/AR |Apache-2.0| + +- Pretrained by [SILMA.AI](https://silma.ai) +- [GitHub repo](https://github.com/SILMA-AI/silma-tts), Inference code From 12cca465712c831de2cd1c74f58d92852d5e697f Mon Sep 17 00:00:00 2001 From: Yushen CHEN <45333109+SWivid@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:12:36 +0800 Subject: [PATCH 2/2] format: alphabet ordering --- src/f5_tts/infer/SHARED.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/f5_tts/infer/SHARED.md b/src/f5_tts/infer/SHARED.md index b8b5dbcb2..547680564 100644 --- a/src/f5_tts/infer/SHARED.md +++ b/src/f5_tts/infer/SHARED.md @@ -17,6 +17,8 @@ ### Supported Languages - [Multilingual](#multilingual) - [F5-TTS v1 v0 Base @ zh \& en @ F5-TTS](#f5-tts-v1-v0-base--zh--en--f5-tts) +- [Arabic](#arabic) + - [F5-TTS Small @ ar & en @ SILMA AI](#f5-tts-small--ar--en--silma-ai) - [English](#english) - [Finnish](#finnish) - [F5-TTS Base @ fi @ AsmoKoskinen](#f5-tts-base--fi--asmokoskinen) @@ -37,8 +39,7 @@ - [F5-TTS Base @ ru @ HotDro4illa](#f5-tts-base--ru--hotdro4illa) - [Spanish](#spanish) - [F5-TTS Base @ es @ jpgallegoar](#f5-tts-base--es--jpgallegoar) -- [Arabic](#arabic) - - [F5-TTS Small @ ar & en @ SILMA AI](#f5-tts-small--ar--en--silma-ai) + ## Multilingual @@ -67,6 +68,17 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, " *Other infos, e.g. Author info, Github repo, Link to some sampled results, Usage instruction, Tutorial (Blog, Video, etc.) ...* +## Arabic + +#### F5-TTS Small @ ar & en @ SILMA AI +|Model|🤗Hugging Face|Data (Hours)|Model License| +|:---:|:------------:|:-----------:|:-------------:| +|F5-TTS Small|[ckpt & vocab](https://huggingface.co/silma-ai/silma-tts)| Tens of thousands EN/AR |Apache-2.0| + +- Pretrained by [SILMA.AI](https://silma.ai) +- [GitHub repo](https://github.com/SILMA-AI/silma-tts), Inference code + + ## English @@ -208,15 +220,3 @@ Config: {"dim": 1024, "depth": 22, "heads": 16, "ff_mult": 2, "text_dim": 512, " |F5-TTS Base|[ckpt & vocab](https://huggingface.co/jpgallegoar/F5-Spanish)|[Voxpopuli](https://huggingface.co/datasets/facebook/voxpopuli) & Crowdsourced & TEDx, 218 hours|cc0-1.0| - @jpgallegoar [GitHub repo](https://github.com/jpgallegoar/Spanish-F5), Jupyter Notebook and Gradio usage for Spanish model. - - - -## Arabic - -#### F5-TTS Small @ ar & en @ SILMA AI -|Model|🤗Hugging Face|Data (Hours)|Model License| -|:---:|:------------:|:-----------:|:-------------:| -|F5-TTS Small|[ckpt & vocab](https://huggingface.co/silma-ai/silma-tts)| Tens of thousands EN/AR |Apache-2.0| - -- Pretrained by [SILMA.AI](https://silma.ai) -- [GitHub repo](https://github.com/SILMA-AI/silma-tts), Inference code