1 comment

[ 3.2 ms ] story [ 10.0 ms ] thread
I noticed a lot of YouTube transcripts do not contain punctuations, which makes them hard to read. Fortunately, HuggingFace has several DistilBert token classifiers trained specifically on adding punctuations, so I converted a small enough model to ONNX so it can run in our browser (Using the fantastic Xenova Transformers JS library).

I would like to also add summaries and chapters using ONNX. Any idea welcome!