Nicholas Nadeau, Ph.D., P.Eng.
f50c4f264e
docs: updated README to specify translation model limitation ( #2547 )
...
Updated README given info from https://github.com/openai/whisper/discussions/2483
2025-06-25 17:03:47 -07:00
Lowell Vaughn
fc5ded7d90
Updating README and doc strings to reflect that n_mels can now be 128 ( #2049 )
2024-11-26 09:37:01 -08:00
BotMaster3000
271445b2f2
Update README.md ( #2379 )
...
Default now uses Turbo instead of Small
2024-11-03 23:00:30 -08:00
Jong Wook Kim
25e5c364e0
large-v3-turbo model ( #2361 )
2024-09-30 10:59:51 -07:00
Jong Wook Kim
c5d4256076
large-v3 ( #1761 )
...
* mel_filters() loads 128 mel bins
* can load 100-language models
* large-v3 checkpoint and evals
* add mandarin alias
* remove unused path
* flake8 fix
* formatting fix
2023-11-06 10:10:30 -08:00
Philippe Hebert
b9f17e1f2d
docs: Disambiguation of the term "relative speed" in the README ( #1751 )
...
* docs: defines relative speed in README
* combined paragraphs
---------
Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
2023-11-06 02:43:07 -08:00
Brett Balquist
b1c0815c79
Updated README.md to provide more insight on BLEU and specific appendices ( #1236 )
...
* Updated README.md to provide more insight on BLEU and specific appendices in the research paper
* Update README.md
---------
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-05-04 23:47:45 -07:00
petterreinholdtsen
8035e9ef48
Drop ffmpeg-python dependency and call ffmpeg directly. ( #1242 )
...
* Drop ffmpeg-python dependency and call ffmpeg directly.
The last ffmpeg-python module release was in 2019[1], upstream seem to be
unavailable[2] and the project development seem to have stagnated[3]. As
the features it provide is trivial to replace using the Python native
subprocess module, drop the dependency.
[1] <URL: https://github.com/kkroening/ffmpeg-python/tags >
[2] <URL: https://github.com/kkroening/ffmpeg-python/issues/760 >
[3] <URL: https://openhub.net/p/ffmpeg-python >
* Rewrote to use subprocess.run() instead of subprocess.Popen().
* formatting changes
* formatting update
* isort fix
* Error checking
* isort 🤦🏻
* flake8 fix
* minor spelling changes
---------
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-05-04 10:53:59 -07:00
Johnny
e69930cb9c
Python 3.11 ( #1171 )
...
* python 3.11
* python 3.11
* fix
* fix
* fix
* revert changes
* Update requirements.txt
* Trying pip3 install instead
* Excluding cp39 - torch 1.10.2
* Removing 1.10.2 from test
---------
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-05-04 10:42:09 -07:00
Arseniy Bushyn
76c901ab8d
Update README.md to reference tiktoken ( #1105 )
...
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-04-10 17:39:17 -07:00
Roman Vasilenko
3e1780fd37
Update README.md ( #894 )
...
Fixed a few typos and made general improvements for clarity.
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-03-03 16:41:59 -08:00
Jong Wook Kim
5c1a8c10e7
clarify that 3.11 is not supported
2023-01-27 00:01:49 -08:00
Jong Wook Kim
4e635c6644
Update README.md about Python 3.8+ requirement
2023-01-24 14:45:56 -08:00
Jong Wook Kim
37a4f1be6d
Release 20230117
2023-01-17 16:08:28 -08:00
Romain Beaumont
b9f9b433ae
Add github action to automatically push to pypi on Release x.y.z commit ( #681 )
...
* Add github action to automatically push to pypi on Release x.y.z commit
* some housekeeping for pypi upload
* add version.py
Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
2023-01-17 15:50:26 -08:00
Mikko Vedru
0f39c89d92
Update README.md ( #804 )
2023-01-16 23:46:42 -08:00
Jong Wook Kim
0b5dcfdef7
large-v2 figure and arxiv url update
2022-12-09 00:12:39 -05:00
Jong Wook Kim
eff383b27b
invoking __call__ instead of forward()
2022-11-16 04:18:50 -08:00
Jong Wook Kim
30dc5c581b
pointer to the show and tell section
2022-09-29 14:57:49 -07:00
Szabolcs Pasztor
5905e503b8
Update README.md ( #161 )
...
* Update README.md
* merging paragraphs
Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
2022-09-29 14:18:54 -07:00
Fabiano
0457aac342
Adds missing command for install (mac) ( #90 )
...
* Adds missing command for install (mac)
Required for users who didn't previously have Rust installed.
* minor wording change
Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
2022-09-29 14:08:58 -07:00
Ashutosh Tripathi
5485428c81
arch linux ffmpeg install ( #93 )
2022-09-26 03:24:47 -07:00
Giovanni Lanzani
957ffc77de
Add rust as a dependency ( #30 )
...
* Add rust as a dependency
* Update README.md
Co-authored-by: Jong Wook Kim <ilikekjw@gmail.com>
2022-09-23 12:26:38 +09:00
Micheal Taylor
c0607e8d22
Add scoop install for windows ( #48 )
...
Adding scoop install to setup for windows for ffmpeg
2022-09-23 11:37:57 +09:00
Bastiaan Quast
08a739ad79
make LICENSE a link instead of code-formatted text
2022-09-21 23:17:02 +02:00
Jong Wook Kim
49a3ffc997
add section Available models and languages
2022-09-22 05:36:25 +09:00
Jong Wook Kim
cfd6bdda21
a note on speed-accuracy tradeoffs
2022-09-22 02:58:56 +09:00
Jong Wook Kim
834f00a0ea
making small model the default
2022-09-22 02:45:12 +09:00
Jong Wook Kim
6e3be77e1a
initial commit
2022-09-22 01:09:43 +09:00