mirror of https://github.com/MycroftAI/mimic2.git
docs: misc spelling and grammar fixes.
parent
9fd123cac1
commit
eb42707a9d
|
@ -15,7 +15,7 @@ The quality isn't as good as Google's demo yet, but hopefully, it will get there
|
|||
Pull requests are welcome!
|
||||
|
||||
## Samples
|
||||
[Here](https://rawgit.com/MycroftAI/mimic2/master/samples/index.html) you can find audio samples on a model trained using this repo. The data had 16 hours of training data recorded by a single english speaker. Sample were generated using non training data.
|
||||
[Here](https://rawgit.com/MycroftAI/mimic2/master/samples/index.html) you can find audio samples on a model trained using this repo. The data had 16 hours of training data recorded by a single English speaker. Sample were generated using non training data.
|
||||
|
||||
|
||||
## Contributions
|
||||
|
@ -259,7 +259,7 @@ Plots the number of samples you have in character lengths range.
|
|||
|
||||
E.g. For samples in the 100 character lengths range, there are about 125 samples of it.
|
||||
|
||||
It's important for this plot to have a smooth distribution. Normal distribution is what we went with for our data set but a uniform distribution may also be of value. If the chart look's off balance, you may get weird speech rate during voice generation.
|
||||
It's important for this plot to have a smooth distribution. Normal distribution is what we went with for our data set but a uniform distribution may also be of value. If the chart looks off balance, you may get weird speech rate during voice generation.
|
||||
|
||||
Below is an example of a bad distribution for the number of samples. This distribution will generate sequences in the 25 - 100 character lengths well, but anything past that will have bad quality. In this example, you may experience a speed up in speech rate as the model try to squish 150 characters in 3 seconds.
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
|
||||
<body>
|
||||
<h3>Samples from Mimic2 based on google's <a href="https://arxiv.org/abs/1703.10135">tacotron</a>. See the code at the github <a href="https://github.com/MycroftAI/mimic2">repo.</a></h3>
|
||||
<p>This model was trained on 16 hours of an english male speaker. These samples were non training samples.</p>
|
||||
<p>This model was trained on 16 hours of an English male speaker. These samples were non training samples.</p>
|
||||
<div>
|
||||
<p><b>"There's a way to measure the acute emotional intelligene that has never gone out of style."</b></p>
|
||||
<p><b>"There's a way to measure the acute emotional intelligence that has never gone out of style."</b></p>
|
||||
<audio src="1.wav" controls></audio>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue