Commit ·
570dc9d
1
Parent(s): bdace4d
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,30 @@ language:
|
|
| 4 |
---
|
| 5 |
## piper-vasco
|
| 6 |
This is a Piper TTS model trained from scratch on Whisper transcribed voice lines of Vasco from Starfield. I think the results are quite good.
|
| 7 |
-
The model has been currently trained to 1805 epochs on a 3090, and I may upload further epochs later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
## piper-vasco
|
| 6 |
This is a Piper TTS model trained from scratch on Whisper transcribed voice lines of Vasco from Starfield. I think the results are quite good.
|
| 7 |
+
The model has been currently trained to 1805 epochs on a 3090, and I may upload further epochs later.
|
| 8 |
+
|
| 9 |
+
## Examples
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
`The Birch and Swinnerton-Dyer Conjecture is one of the most important unsolved problems in mathematics today. It concerns elliptic curves - which are algebraic equations defined by cubic polynomials - and their associated L-functions. These L-functions encode information about the arithmetic properties of an elliptic curve, such as its rank, which is a measure of how many rational points there are on the curve.`
|
| 13 |
+
<audio controls="controls">
|
| 14 |
+
<source type="audio/wav" src="https://huggingface.co/poisson-fish/piper-vasco/resolve/main/examples/bsd.wav"></source>
|
| 15 |
+
</audio>
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
`Rituals are important to humans, I've learned.`
|
| 19 |
+
<audio controls="controls">
|
| 20 |
+
<source type="audio/wav" src="https://huggingface.co/poisson-fish/piper-vasco/resolve/main/examples/rituals.wav"></source>
|
| 21 |
+
</audio>
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
`The beige hue on the waters of the loch impressed all, including the French queen, before she heard that symphony again, just as young Arthur wanted.`
|
| 25 |
+
<audio controls="controls">
|
| 26 |
+
<source type="audio/wav" src="https://huggingface.co/poisson-fish/piper-vasco/resolve/main/examples/queen.wav"></source>
|
| 27 |
+
</audio>
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
`A rainbow is a meteorological phenomenon that is caused by reflection, refraction and dispersion of light in water droplets resulting in a spectrum of light appearing in the sky.`
|
| 31 |
+
<audio controls="controls">
|
| 32 |
+
<source type="audio/wav" src="https://huggingface.co/poisson-fish/piper-vasco/resolve/main/examples/rainbow.wav"></source>
|
| 33 |
+
</audio>
|