Xabier de Zuazo
Xabier de Zuazo
I think it would be useful to support links to README [fragments](http://en.wikipedia.org/wiki/Fragment_identifier) (relative links using `#`). So links like `[Usage Examples](#usage-examples)` work as work on GitHub. It is very useful...
A Galician model trained based on the process described by Francis M. Tyers here: https://arxiv.org/abs/2105.04674 - Deep Speech model trained on Common Voice 12. - Hyperparameter sweep to find the...
I have made some more improvements to [the previously shared model](https://coqui.ai/basque/itml/v0.1.1) and #25 : 1. Trained from scratch with CUDA 11.6 and Tensorflow 1.15.5. 2. Added Wikipedia corpus to the...
This pull request refactors the `FourierEmb` class by moving constant calculations from the `forward` method to the constructor. With this change, we're avoiding unnecessary computations every time the `forward` method...
When using the Whisper model's `decode()` method with both `beam_size` and `batch_size` greater than 1, a dimension mismatch error occurs. This issue was apparently introduced accidentally in PR #1483. ###...