Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wav2vec-burn

An implementation of Meta's wav2vec 2.0 speech transcription using the Burn ML Framework.

This crate is a work in progress, and does not have a stable API yet.

Testing

Some tests in this repo require the test data in [test-data/], which is retrievable with git-annex. First, install git-annex, and then run:

git config annex.private true
git annex get test-data

Some files under test-data/ are only available via a git-annex "special remote". For example, to download from GitHub LFS:

git annex enableremote github
git annex get test-data

All tests should now complete when run. Consider running tests in --release mode, as burn runs very slowly with optimizations disabled.

cargo test --release --workspace

Contributing Bug Reports

GitHub is the project's bug tracker. Please search for similar existing issues before submitting a new one.

License

Licensed under MIT.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages