Skip to content

STT 1.4.0 - CommonVoice 12#168

Open
wasertech wants to merge 8 commits intocommon-voice:masterfrom
wasertech:stt140-cv12
Open

STT 1.4.0 - CommonVoice 12#168
wasertech wants to merge 8 commits intocommon-voice:masterfrom
wasertech:stt140-cv12

Conversation

@wasertech
Copy link
Copy Markdown

@wasertech wasertech commented Mar 5, 2023

What about we keep commonvoice-fr/DeeepSpeech/ as it is and simply add commonvoice-fr/STT/ instead?

I've started from my branch stt140-cv9 which produced my latest models so I know it works. I updated it to use CV12 but that's basically it.

There are still some points I want to address before I train my next models so that's why it's still a draft but let me know if you already want to merge this new directory and let me update it later.

It's now much easier to compare the differences between DeepSpeech and STT.

❯ diff --recursive DeepSpeech STT

Checkout deepspeech-stt.diff

@wasertech
Copy link
Copy Markdown
Author

wasertech commented Mar 5, 2023

I would still like to:

But we can do those in other PRs.

Comment thread STT/Dockerfile.train
Comment thread STT/Dockerfile.train
Comment thread STT/corpora.patch
"""
_logger.info("Creating corpora...")
corpora_data = self._parse_tsv()
+ # FIXME: THIS IS WRONG DONT USE VALIDATED.TSV AS A SOURCE
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixme? :)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is your patch ahahha :) I have not touched it.
I'm not even sure why it's there to begin with :')

Copy link
Copy Markdown
Author

@wasertech wasertech Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no it was added with #121
f62b21b

Comment thread STT/run.sh Outdated
Comment thread STT/train.sh Outdated
@wasertech
Copy link
Copy Markdown
Author

I updated my patch to reflect commit 13d9316

@wasertech
Copy link
Copy Markdown
Author

To reflect them all...

@wasertech wasertech marked this pull request as ready for review March 23, 2023 18:58
@drzraf
Copy link
Copy Markdown

drzraf commented Jun 21, 2024

What happened with this? That would be really nice to get a new model based on Coqui and the latest CV release (it's the way to go isn't?)

@lissyx
Copy link
Copy Markdown
Collaborator

lissyx commented Jun 21, 2024

Coqui is defunct, and I guess @wasertech stopped working on his model as well? I agree it would be fine but ...

@wasertech
Copy link
Copy Markdown
Author

Well, I just moved on to other (more maintained) architectures, as I didn't wanted to maintain it alone. I tried Wav2Vec 2.0 for a while and currently, I am using Faster-Whisper for real-time transcription because those architecture are better suited for my use. I have a relatively big language model (~7B parameters) behind my transcription services so I need a large enough model to use for real-time open domain conversations. DeepSpeech/STT are just not cutting it for this use case unfortunately.

The code in my branch should still (mostly) work with the latest release of STT (1.4.0), so you (or anyone interested) can still use it to train or fine-tune models, but yeah it's unlikely for me to produce a new STT model given the availability of better suited architectures for my application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants