Text-to-Speech
PEFT
Safetensors
Chatterbox
Amharic
amharic
ethiopia
lora
voice-cloning
ahassen commited on
Commit
6ee84e8
·
verified ·
1 Parent(s): 22596b1

Fix usage example date

Browse files
Files changed (1) hide show
  1. demo/README.md +9 -8
demo/README.md CHANGED
@@ -1,13 +1,14 @@
1
  # Demo audio
2
 
3
- Same sentences, same reference voice, two models:
4
 
5
  - `NN_stock.wav` — stock Chatterbox Multilingual v3, given the identical
6
- Amharic text with `language_id="en"` (the base model has no Amharic mode
7
- and zero Fidel tokenizer coverage; this is what "no support" sounds like).
8
- - `NN_finetuned.wav` — v3 + this adapter, `language_id="am"`,
9
- `temperature=0.6`, `cfg_weight=0.5`.
10
 
11
- Texts are in `sentences.txt` (tab-separated: index, text). The reference
12
- voice is a consenting in-house speaker from the `ih_` corpus. All clips carry
13
- the PerTh watermark.
 
 
1
  # Demo audio
2
 
3
+ Same sentences, same reference voice, same call, two models:
4
 
5
  - `NN_stock.wav` — stock Chatterbox Multilingual v3, given the identical
6
+ normalized text, no language tag (the base has no Amharic mode and no
7
+ Fidel tokenizer coverage; this is what "no support" sounds like).
8
+ - `NN_finetuned.wav` — v3 + this adapter through the released loader, no
9
+ language tag, `temperature=0.6`, `cfg_weight=0.5`.
10
 
11
+ Texts are in `sentences.txt` (tab-separated: index, text). `reference.wav`
12
+ is the voice both models cloned (one of us). All generated clips carry the
13
+ PerTh watermark; `before_after.mp4` is all eight pairs in one video for
14
+ GitHub.