marduk-ra commited on
Commit
2d71664
1 Parent(s): 1098ced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ pipeline_tag: text-to-speech
4
+ library_name: f5-tts
5
+ datasets:
6
+ - amphion/Emilia-Dataset
7
+ language:
8
+ - de
9
+ tags:
10
+ - tts
11
+ - audio
12
+ - german
13
+ ---
14
+
15
+ ```
16
+ ckpts/
17
+ F5TTS_Base/
18
+ f5_tts_german_80000.pt
19
+ ```
20
+ Inference with .safetensors option
21
+ ```
22
+ F5TTS_Base/
23
+ f5_tts_german_80000.safetensors
24
+ ```
25
+ Github: https://github.com/SWivid/F5-TTS
26
+ Paper: [F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching](https://huggingface.co/papers/2410.06885)