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 transformers MMS checkpoints to docs #5186

Merged
merged 6 commits into from
Jun 4, 2023

Conversation

patrickvonplaten
Copy link
Contributor

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos, doc improvements)
  • Did you read the contributor guideline?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests? No just docs

Just a PR to add Transformers' MMS implementation to the docs

from datasets import load_dataset, Audio

# English
stream_data = load_dataset("mozilla-foundation/common_voice_13_0", "en", split="test", streaming=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that this will only be allowed if the user has accepted the Mozilla terms of use on the Hub and linked their HF account - perhaps we can use an un-gated dataset?

examples/mms/README.md Outdated Show resolved Hide resolved
examples/mms/README.md Outdated Show resolved Hide resolved
examples/mms/README.md Outdated Show resolved Hide resolved
patrickvonplaten and others added 2 commits June 2, 2023 15:51
Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
@vineelpratap vineelpratap merged commit b2d5b78 into facebookresearch:main Jun 4, 2023
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants