Views
No views yet
SWivid/F5-TTS (F5TTS_v1_Base/model_1250000.safetensors)
on a small (~163 min) corpus of single-speaker British audio across three
speakers from the Bolton / Lancashire region: Sara Cox, Maxine
Peake, Diane Morgan.1from f5_tts.api import F5TTS
2
3# Load with the fine-tuned checkpoint
4ft = F5TTS(model="F5TTS_v1_Base", ckpt_file="ckpt_epoch_9.pt")
5
6# Render with any reference clip (we recommend a Sara Cox audiobook clip
7# for Sara-flavoured output, or any Northern English reference for that
8# speaker's voice)
9audio, sr, _ = ft.infer(
10 ref_file="ref.wav",
11 ref_text="The exact transcript of ref.wav, including filler words.",
12 gen_text="A tensor lives on the manifold.",
13)lr=5e-5 constant (no decay), batch_size=2,
full corpus.| Speaker | Source | Segments | Duration |
|---|---|---|---|
| Sara Cox | audiobook previews | 641 | 101 min |
| Maxine Peake | BFI keynote | 249 | 36 min |
| Diane Morgan | BFI Mandy Q&A | 109 | 26 min |
| Total | 999 | 163 min |
ema_model. prefix and use those weights as the start. See issue
#1292 for the gory detail.
This fine-tune was correctly initialised from the EMA weights.@misc{f5tts-northern-english-ft-2026,
author = {netlinux-ai},
title = {F5-TTS fine-tuned for Northern English (Bolton/Lancashire)},
year = {2026},
url = {https://huggingface.co/grahamathf/f5-tts-northern-english-ft},
}