Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for the Hubert CTC model (#5)
* 🚧 add HubertForCTC for Hubert models * 🚸 add short names for cmd args * 🙈 add VS code * ♻️ move loading model to function * 📝 format & add more quickstart details * ✨ update base model to Hubert * 📝 clean up docstrings * ♻️ clean up docstrings and comments 📝 * 🎨 format to black * 🙈 add common video formats * ♻️ clean up imports * ⚰️ remove obsolete fn * 📝 update TODO items * 🚚 clarify example model in dirname * 📝 clarify FFMPEG req * 🚚 rename to clearer name * ✨ add hubert and streamline * 📝 add instructions for multi file Colab * 📝 update summarization recs * 🚚 rename for clarity rename the single file demo notebook * ✨ add huBERT model + streamline * 🚸 standardize video, clean up * ;memo: update speech and demo notebook * :memo add and cite video itself for 😎 points * 📝 clean up examples * 📝 progress update * ✏️ formatting * 📝 add huBERT cite Co-authored-by: peter szemraj <[email protected]> Co-authored-by: Peter Szemraj <[email protected]>
- Loading branch information