Commit Graph

16 Commits

Author SHA1 Message Date
Max Bain 18b63d46e2 skeleton v2 2023-03-30 05:31:57 +01:00
JCGoran cfcede41f6 Added Python 3.7 compatibility
- removed use of walrus operator in favor of `np.cumsum`
2023-03-02 15:46:07 +01:00
arnavmehta7 2e307814dd added if clause for checking 2023-02-10 14:48:51 +05:30
Mahmoud Ashraf 9f26112d5c added turkish wav2vec2 model 2023-02-01 21:38:50 +02:00
m-bain fd2a093754 Merge pull request #55 from jonatasgrosman/main
FIX: Error when loading Hugging Face's models with embedded LM
2023-02-01 10:27:45 +00:00
Jonatas Grosman d294e29ad9 fix: error when loading huggingface model with embedded language model 2023-01-31 23:24:26 -03:00
Mahmoud Ashraf 0eae9e1f50 added several wav2vec2 models by jonatasgrosman
since his models were used in other languages before and I tested the arabic model myself, I assumed it's safe to include all the available models
2023-02-01 03:02:10 +02:00
Mahmoud Ashraf 1b08661e42 change arabic model to jonatasgrosman 2023-01-31 19:32:31 +02:00
Mahmoud Ashraf a49799294b add arabic wav2vec2 model form elgeish 2023-01-31 19:07:48 +02:00
Max Bain 76f79f600a fix short seg timestamps bug 2023-01-28 19:04:19 +00:00
Max Bain c19cf407d8 handle non-alignable whole segments 2023-01-28 13:53:03 +00:00
Max Bain 5b8c8a7bd3 pandas fix 2023-01-27 15:05:08 +00:00
Max Bain 16d24b1c96 only pad timestamps if not using VAD 2023-01-26 10:46:13 +00:00
Max Bain 286a2f2c14 clean up logic, use pandas where possibl 2023-01-25 18:42:52 +00:00
Max Bain 5a668a7d80 fallback on whisper alignment failures, update readme 2023-01-05 11:15:19 +00:00
Max Bain 9f6fa61160 init commit 2022-12-14 18:59:12 +00:00