Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wav2vec baseline #2551

Merged
merged 45 commits into from
Nov 4, 2023
Merged

Add Wav2vec baseline #2551

merged 45 commits into from
Nov 4, 2023

Conversation

jafermarq
Copy link
Contributor

Adds wav2vec 2.0 baseline originally implemented by @tuanct1997 but now following the new format in the baselines.

This makes #1780 #1771 obsolete

@jafermarq jafermarq added the summer-of-reproducibility About a baseline for Summer of Reproducibility label Oct 31, 2023
@jafermarq jafermarq changed the title Wav2vec baseline Add Wav2vec baseline Oct 31, 2023
Copy link
Contributor Author

@jafermarq jafermarq left a comment

Choose a reason for hiding this comment

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

Hi @tuanct1997,

Just some minor comments

baselines/fedwav2vec2/pyproject.toml Outdated Show resolved Hide resolved
baselines/fedwav2vec2/pyproject.toml Outdated Show resolved Hide resolved
baselines/fedwav2vec2/fedwav2vec2/conf/sb_config/w2v2.yaml Outdated Show resolved Hide resolved
baselines/fedwav2vec2/README.md Outdated Show resolved Hide resolved
@jafermarq jafermarq marked this pull request as ready for review November 3, 2023 17:54
@jafermarq jafermarq enabled auto-merge (squash) November 3, 2023 17:55
@jafermarq jafermarq enabled auto-merge (squash) November 3, 2023 18:34
@jafermarq jafermarq merged commit 0b6b617 into adap:main Nov 4, 2023
26 checks passed
@TParcollet
Copy link
Contributor

@tuanct1997 jumping randomly and way after the battle in this PR, is it expected that the sorting is set to descending? This is fairly uncomon for ASR training in SB as this feature is mostly used for debugging purpose?

@tuanct1997
Copy link
Contributor

@tuanct1997 jumping randomly and way after the battle in this PR, is it expected that the sorting is set to descending? This is fairly uncomon for ASR training in SB as this feature is mostly used for debugging purpose?

@TParcollet nice catch! You're absolutely right. Setting the sorting to descending isn't typical for ASR training in SB. I probably used that configuration during debugging and forgot to switch it back. I believe it should default to ascending in SB, which could potentially improve the performances.

Btw, yeah, that PR was quite the battlefield, wasn't it? 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
summer-of-reproducibility About a baseline for Summer of Reproducibility
Projects
Development

Successfully merging this pull request may close these issues.

4 participants