Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,47 @@ tags:
|
|
| 6 |
- Hamner
|
| 7 |
- Purism
|
| 8 |
- voice
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- Hamner
|
| 7 |
- Purism
|
| 8 |
- voice
|
| 9 |
+
---
|
| 10 |
+
# Hamner Voice
|
| 11 |
+
|
| 12 |
+
Just a voice for MeloTTS. This a result of following [this](https://github.com/myshell-ai/MeloTTS/blob/main/docs/training.md).
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
This was run for only 12 hours on a single 3090. I'm sure you could get a lot better results running for longer/on more hardware.
|
| 16 |
+
|
| 17 |
+
## Uses
|
| 18 |
+
|
| 19 |
+
This lets you make audio in my voice (David Hamner). You can also train your own model with this [data set](https://huggingface.co/datasets/hackersgame/hamner)
|
| 20 |
+
|
| 21 |
+
### Direct Use
|
| 22 |
+
|
| 23 |
+
Setup [this](https://github.com/myshell-ai/MeloTTS/).
|
| 24 |
+
Copy the pth file from this repo and run: `python infer.py --text "Hey there, David Hamner here, and now you can use my voice! As always it's GPL!" -m ./logs/out/G_59000.pth -o ./test`
|
| 25 |
+
|
| 26 |
+
### Out-of-Scope Use
|
| 27 |
+
|
| 28 |
+
Don't misuse this. Don't impersonate me or Purism, always note an AI voice was used.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
### Training Data
|
| 32 |
+
|
| 33 |
+
[data set](https://huggingface.co/datasets/hackersgame/hamner)
|
| 34 |
+
|
| 35 |
+
### Training Procedure
|
| 36 |
+
|
| 37 |
+
[this](https://github.com/myshell-ai/MeloTTS/blob/main/docs/training.md)
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
### Results
|
| 41 |
+
|
| 42 |
+
[More Information Needed]
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
## Model Card Authors
|
| 46 |
+
|
| 47 |
+
David Hamner
|
| 48 |
+
Based on: https://github.com/myshell-ai/MeloTTS
|
| 49 |
+
|
| 50 |
+
## Model Card Contact
|
| 51 |
+
|
| 52 |
+
[David Hamner](https://www.linkedin.com/in/david-hamner-a1633635/)
|