Skip to content

Commit

Permalink
Add support for the Hubert CTC model (#5)
Browse files Browse the repository at this point in the history
* 🚧 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
3 people authored Jan 28, 2022
1 parent 8f05665 commit 309c420
Show file tree
Hide file tree
Showing 50 changed files with 18,718 additions and 11,194 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ pythonenv*
.dmypy.json
dmypy.json

# IDE
.vscode

# pytype static type analyzer
.pytype/
Expand All @@ -155,3 +157,9 @@ scratch
notebooks
*audio_chunks*
*test2*

# media files
*.mp4
*.wav
*.mov
*.mp3
144 changes: 57 additions & 87 deletions README.md

Large diffs are not rendered by default.

10,507 changes: 10,507 additions & 0 deletions colab_notebooks/vid2cleantext_multi.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 309c420

Please sign in to comment.