Commit Graph

  • 44cc156a7c
    refactor(transcribe): rem data var matt@aero 2025-02-05 09:35:59 -06:00
  • 854784880b
    fix(transcribe): fix censor re has been added to imports and censor_path added to params. The goal is to allow users to create their own censor json file to use rather than have it supplied to them. A check is used to verify the file exists if the censor flag is set, and if it does not or it is not the proper file tye, the censor is disabled. Segments and full text are both censored. The returned dict was set to a variable called "data" to allow this to occur. To do so another way would be text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]) if not censor else censor_text(tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]), forbidden_words).... which is much more difficult to read. matt@aero 2025-02-04 17:37:09 -06:00
  • e08bd26fce added cut region param for grid search Elijah Melton 2025-02-03 19:45:56 -08:00
  • e59538ea21 ... Elijah Melton 2025-02-03 18:31:41 -08:00
  • 937313cee9 clean up and make functional Elijah Melton 2025-02-03 17:11:57 -08:00
  • 36e49d920f evaluated transcripts with base model Elijah Melton 2025-02-02 23:05:09 -08:00
  • 67e68af114 FEAT Elijah Melton 2025-01-31 17:02:57 -08:00
  • 564d0889d7 bad optimization Elijah Melton 2025-01-31 17:01:37 -08:00
  • e9ef1b5772 moving plot logic to colab Amal Jacob 2025-01-31 14:53:05 -08:00
  • 8d44ea7fe6 mimicked cross-attention, now highlight padded region Amal Jacob 2025-01-31 14:31:38 -08:00
  • 9be139c1ec plot cross attention now instead of self attention Amal Jacob 2025-01-31 14:22:44 -08:00
  • 5e4fcc115b plot cross attention now instead of self attention Amal Jacob 2025-01-31 14:16:54 -08:00
  • be5bc0fce3 try again Amal Jacob 2025-01-31 14:04:30 -08:00
  • 9a2e8280c2 try again Amal Jacob 2025-01-31 13:55:50 -08:00
  • 10ecf6ac34 try again Amal Jacob 2025-01-31 13:44:54 -08:00
  • b6e326d1fe revert Amal Jacob 2025-01-31 13:33:13 -08:00
  • b047b5c031 test Amal Jacob 2025-01-31 13:27:11 -08:00
  • 45201ecd53 test Amal Jacob 2025-01-31 13:19:52 -08:00
  • 525e2e6bb3 debug Amal Jacob 2025-01-31 13:11:33 -08:00
  • 97b718e75c update plot Amal Jacob 2025-01-31 13:02:26 -08:00
  • a85bcadd43 add back getter Amal Jacob 2025-01-31 12:50:17 -08:00
  • 2b86f24780 debug Amal Jacob 2025-01-31 12:44:38 -08:00
  • d769d21533 debug Amal Jacob 2025-01-31 12:37:55 -08:00
  • 59b1fa70fe add plot Amal Jacob 2025-01-31 12:30:45 -08:00
  • 54edc865e6 found attention Amal Jacob 2025-01-31 12:22:51 -08:00
  • 310abe10a2
    fix type hint for load_model function Stanley F 2025-01-31 14:08:32 +01:00
  • 4b501e57f7 pre-commit: Upgrade black v25.1.0 and isort v6.0.0 Christian Clauss 2025-01-29 18:29:38 +01:00
  • 45c0e5a57b
    Merge branch 'main' into patch-1 Christian Clauss 2025-01-29 18:18:49 +01:00
  • 852bd8a9e1
    Update pyproject.toml Christian Clauss 2025-01-29 18:13:50 +01:00
  • 767573de22
    Create Mp3 Jaya77777 2025-01-28 14:41:55 +05:30
  • 197922dcc0 feat: add capability to specify ffmpeg path Akande peter 2025-01-27 12:56:49 +01:00
  • 60e1a31a9e debug Amal Jacob 2025-01-26 21:39:08 -08:00
  • 48151029b0 test Amal Jacob 2025-01-26 21:30:54 -08:00
  • 34db988568 nit Amal Jacob 2025-01-26 21:22:34 -08:00
  • 9d8d372a4d test Amal Jacob 2025-01-26 21:12:17 -08:00
  • 4525699f3c
    Numba v0.61.0 is released Christian Clauss 2025-01-21 17:15:28 +01:00
  • 19c785e1a4
    device usage example Francesco Yoshi Gobbo 2025-01-20 15:50:38 +01:00
  • bab8297000
    Merge branch 'main' into patch-1 Alexander Kuznetsov 2025-01-16 16:06:11 +03:00
  • 6d2c1f1ab3
    Merge pull request #2 from KomunikacjaTechnicznaVistula/main kalarp 2025-01-15 22:10:30 +01:00
  • d5328a849f improve the doc for detect_language Gaspard Petit 2025-01-12 11:36:42 -05:00
  • e8ea46f6b4
    Merge branch 'main' into support_negative_timestamps Gaspard Petit 2025-01-12 11:28:06 -05:00
  • a2905a0292
    Improve structure martab0 2025-01-11 23:43:34 +01:00
  • d302de5654
    Merge 3d912f75e6bc0b477a05e2216afd2552b0aec9ce into 517a43ecd132a2089d85f4ebc044728a71d49f6e Rishi Raj Jain 2025-01-06 14:10:41 +01:00
  • 78a7972295
    fail-fast: false Christian Clauss 2025-01-05 01:19:07 +01:00
  • 3422afbc2f
    Merge branch 'main' into python3.13 Christian Clauss 2025-01-05 01:13:27 +01:00
  • 517a43ecd1
    Update python-publish.yml Jong Wook Kim 2025-01-04 12:56:16 -08:00
  • f2a5241af3
    Merge pull request #1 from kalarp/README_edit kalarp 2025-01-04 19:59:06 +01:00
  • 81f2f2d8df Update README.md kalarp 2025-01-04 19:51:12 +01:00
  • ebcf45bb99 Update README.md kalarp 2025-01-04 19:27:14 +01:00
  • 8bca0f721e Update README.md kalarp 2025-01-04 18:39:05 +01:00
  • eda5f55e80 Update README.md kalarp 2025-01-04 18:21:42 +01:00
  • b43abb8b06 Update README.md kalarp 2025-01-04 18:18:31 +01:00
  • 1700765eee Update README.md kalarp 2025-01-04 17:58:02 +01:00
  • e4b37b6829 triton>=2; python_version<'3.13' Christian Clauss 2025-01-04 16:54:35 +01:00
  • 6e612b6b93 numba==0.61.0rc2; python_version=='3.13' Christian Clauss 2025-01-04 16:47:33 +01:00
  • 748ad49525 GitHub Actions: Add Python 3.13 to the testing Christian Clauss 2025-01-04 16:36:35 +01:00
  • 8a0127a08b GitHub Actions: Add Python 3.13 to the testing Christian Clauss 2025-01-04 09:02:57 +01:00
  • 708b1fdab8
    Keep GitHub Actions up to date with GitHub's Dependabot Christian Clauss 2025-01-04 10:42:13 +01:00
  • dd4d010d2c
    PEP 621: Migrate from setup.py to pyproject.toml (#2435) Christian Clauss 2025-01-04 10:38:35 +01:00
  • 5a849ac967
    Merge branch 'main' into setup.py-to-pyproject.toml Christian Clauss 2025-01-04 10:02:50 +01:00
  • 26a7cacc83
    pre-commit autoupdate && pre-commit run --all-files (#2484) Christian Clauss 2025-01-04 10:02:18 +01:00
  • d2363ae5e7
    Merge branch 'main' into pre-commit-autoupdate-2024-01-04 Christian Clauss 2025-01-04 09:58:32 +01:00
  • e3809216f2 PEP 621: Migrate from setup.py to pyproject.toml Christian Clauss 2024-11-12 15:39:36 +01:00
  • b5f719f12a
    Black formatter needs a current version of Python Christian Clauss 2025-01-04 09:55:32 +01:00
  • a63f2a6046 Black formatter needs a current version of Python Christian Clauss 2025-01-04 09:53:06 +01:00
  • 6c1d8f1ea1
    Upgrade GitHub Actions (#2430) Christian Clauss 2025-01-04 09:47:12 +01:00
  • 73d0a420ec pre-commit autoupdate && pre-commit run --all-files Christian Clauss 2025-01-04 09:02:57 +01:00
  • efc317b1e0
    Merge 0461f69f8ba50805c324f624c2c3094458d8f0eb into 90db0de1896c23cbfaf0c58bc2d30665f709f170 Jason N. White 2025-01-01 02:35:38 -05:00
  • 0461f69f8b
    Update LICENSE, fix license year JasonnnW3000 2025-01-01 02:35:30 -05:00
  • 02032b3b2e
    Merge branch 'main' into patch-1 Christian Clauss 2024-12-26 08:57:34 -05:00
  • accb6b18f0
    Merge branch 'main' into patch-1 Alexander Kuznetsov 2024-12-24 14:09:32 +03:00
  • 356aa3a7c6 Further changes beaskoczy 2024-12-22 13:21:28 +01:00
  • 0033c7ff6e Further grammar improvements beaskoczy 2024-12-22 13:19:11 +01:00
  • 0bb762c855 Update README.md beaskoczy 2024-12-22 13:01:05 +01:00
  • d39718b290 Further changes beaskoczy 2024-12-22 12:58:43 +01:00
  • d5636d387d General improvements beaskoczy 2024-12-22 12:58:06 +01:00
  • 66f30a3d3c
    decoding.py: Stating when language is not detected out of the audio xqyz 2024-12-18 09:37:09 +00:00
  • 57899a3cfb
    tokenizer.py: Stating when language is not detected out of the audio xqyz 2024-12-18 09:33:22 +00:00
  • abf6778935 transcribe can take a callback that is fn(int, int, float) -> None Millan Kumar 2024-12-11 18:59:52 -05:00
  • 888dd61cba
    Merge branch 'main' into transcribe-argument Nripesh Niketan 2024-12-04 17:36:13 +00:00
  • 548e3e4ab8
    Update requirements.txt BraveHeart-David 2024-12-03 22:29:54 +08:00
  • 458b0538b9
    Merge pull request #6 from openai/main BraveHeart-David 2024-12-03 21:17:19 +08:00
  • 63fdf0a058
    Merge a388f1c3ba4a94ed5b9f5aece23d43a7beed1cc4 into 90db0de1896c23cbfaf0c58bc2d30665f709f170 Matteo Fasulo 2024-12-02 18:22:09 +00:00
  • 635ee3dff8
    Merge c8b7f8f17b0966220cc844cb56596ab3175c229a into 90db0de1896c23cbfaf0c58bc2d30665f709f170 AshishKumarGrover 2024-12-02 11:55:00 +05:30
  • 90db0de189
    Bugfix: Illogical "Avoid computing higher temperatures on no_speech" (#1903) Purfview 2024-12-01 05:47:01 +00:00
  • 39e94090e0
    Merge branch 'main' into patch-1 Jong Wook Kim 2024-11-30 21:44:13 -08:00
  • dc7b5325b8
    Merge pull request #5 from openai/main BraveHeart-David 2024-11-28 15:39:31 +08:00
  • fc5ded7d90
    Updating README and doc strings to reflect that n_mels can now be 128 (#2049) Lowell Vaughn 2024-11-26 09:37:01 -08:00
  • 369480a232
    Merge ccacb7f5defb139e77a553c2114cf19c63084962 into 173ff7dd1d9fb1c4fddea0d41d704cfefeb8908c Pavel 2024-11-26 20:45:46 +03:30
  • 6673514723
    Create A arthurbrun25 2024-11-25 21:10:10 -03:00
  • f83323ffad
    Merge branch 'main' into patch-1 Christian Clauss 2024-11-25 15:11:16 +01:00
  • 3a2366e7e1
    Merge pull request #4 from BraveHeart-David/snyk-fix-5bd06031a0ec037f3049b211dde2b777 BraveHeart-David 2024-11-25 11:33:13 +08:00
  • 55e0339342
    fix: requirements.txt to reduce vulnerabilities snyk-bot 2024-11-25 03:31:21 +00:00
  • e9c1f7fced
    Merge pull request #3 from BraveHeart-David/snyk-fix-bdbd0a69a2d1927285019fd18ae29429 BraveHeart-David 2024-11-25 10:40:02 +08:00
  • c8128c2aa2
    fix: requirements.txt to reduce vulnerabilities snyk-bot 2024-11-25 02:25:57 +00:00
  • 16c2821dc7
    Merge pull request #2 from BraveHeart-David/snyk-fix-71bb6be8e11062d450fdc7647bf71544 BraveHeart-David 2024-11-25 08:31:06 +08:00
  • fdd1b6f1a9
    fix: add support for leading zero in transcription when spoken by user chihangc 2024-11-21 14:47:08 +08:00
  • 83876b4bc7 Fix: Update torch.load to use weights_only=True to prevent security warning yaslack 2024-11-20 18:05:08 +01:00
  • cd48514003
    Merge branch 'openai:main' into main PiotrBLL 2024-11-20 13:38:26 +01:00
  • 1a42019974
    Merge pull request #2 from BlueLabelLabs/feat/Add-HPU-support PiotrBLL 2024-11-20 13:13:39 +01:00