Text-to-Speech
English
ZDisket commited on
Commit
25b89e1
·
verified ·
1 Parent(s): a856620

I THOUGHT I EDITED THE README WITH MY LAST COMMIT BUT I PUT THE MODEL DESCRIPTION IN THE COMMIT DESCRIPTION

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -5,4 +5,14 @@ datasets:
5
  language:
6
  - en
7
  pipeline_tag: text-to-speech
8
- ---
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  pipeline_tag: text-to-speech
8
+ ---
9
+
10
+
11
+ # Echolancer-v0.1-base
12
+
13
+ This is a TTS model pretrained on the pre-tokenized Emilia dataset. Since there's no speaker conditioning, the speaker is random at inference. This model has 177M parameters and it was trained from scratch on a single AMD Instinct MI300X for ~2.5 days with the ROCm PyTorch Training v25.7 container.
14
+
15
+ The training objective was standard next-token prediction on concatenated text-audio tokens.
16
+
17
+ # Code
18
+ For more information including a Colab notebook, see [the repository](https://github.com/ZDisket/Echolancer).