PetrosStav
commited on
Commit
•
02d453a
1
Parent(s):
a629227
Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,16 @@ After some manual evaluation, these two checkpoints produced the best results:
|
|
39 |
- 225K steps ([model_225000.safetensors](https://huggingface.co/PetrosStav/F5-TTS-Greek/resolve/main/model_225000.safetensors?download=true))
|
40 |
- 325K steps ([model_325000.safetensors](https://huggingface.co/PetrosStav/F5-TTS-Greek/resolve/main/model_325000.safetensors?download=true))
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Arguments
|
43 |
|
44 |
- Learning Rate: 0.00001
|
|
|
39 |
- 225K steps ([model_225000.safetensors](https://huggingface.co/PetrosStav/F5-TTS-Greek/resolve/main/model_225000.safetensors?download=true))
|
40 |
- 325K steps ([model_325000.safetensors](https://huggingface.co/PetrosStav/F5-TTS-Greek/resolve/main/model_325000.safetensors?download=true))
|
41 |
|
42 |
+
## How to use
|
43 |
+
|
44 |
+
With the [dcd9a19 commit](https://github.com/SWivid/F5-TTS/commit/dcd9a19889147481d0a6f4b34505cdf75a1f3b90) of the main github project page, now you can directly use custom models in the `infer_gradio` page:
|
45 |
+
|
46 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/62d01102fb896639b296b9d3/wd5GEqB86Ny7ZM_L830Af.png)
|
47 |
+
|
48 |
+
You can either download the models and use the local paths or use the hf paths of this repo directly:
|
49 |
+
- hf://PetrosStav/F5-TTS-Greek/model_325000.safetensors OR hf://PetrosStav/F5-TTS-Greek/model_225000.safetensors
|
50 |
+
- hf://PetrosStav/F5-TTS-Greek/vocab.txt
|
51 |
+
|
52 |
### Arguments
|
53 |
|
54 |
- Learning Rate: 0.00001
|