Commit Graph

  • 7808eddf06 Bump version to 0.3.0 v0.3.0 Guillaume Klein 2023-03-24 10:56:42 +01:00
  • de7682a2f0 Automatically download converted models from the Hugging Face Hub (#70) Guillaume Klein 2023-03-24 10:55:55 +01:00
  • 523ae2180f Run the encoder only once for each 30-second window (#73) Guillaume Klein 2023-03-24 10:53:49 +01:00
  • 2b7be47041 Update README.md Guillaume Klein 2023-03-24 09:15:05 +01:00
  • 3f02c53610 Add .gitignore file Guillaume Klein 2023-03-23 20:52:46 +01:00
  • e663186a4b Add some badges at the top of the README Guillaume Klein 2023-03-23 20:33:19 +01:00
  • e44a8c7ba0 Update the README following the PyPI release Guillaume Klein 2023-03-22 21:07:27 +01:00
  • 33f41d84e3 Add job to push a package for each new Git tag Guillaume Klein 2023-03-22 21:01:53 +01:00
  • c910ec0293 Bump version to 0.2.0 v0.2.0 Guillaume Klein 2023-03-22 20:54:07 +01:00
  • e9dfe23eaa Complete the package metadata Guillaume Klein 2023-03-22 20:53:51 +01:00
  • 66efd02bd0 Run some automatic tests with GitHub Actions (#68) Guillaume Klein 2023-03-22 20:50:03 +01:00
  • 52264f2277 Fix typing for device_index argument Guillaume Klein 2023-03-22 13:51:12 +01:00
  • c27c010f96 Ignore Unicode errors in input file metadata Guillaume Klein 2023-03-21 17:13:37 +01:00
  • 0ab8db2b37 Remove debug prints Guillaume Klein 2023-03-18 09:48:02 +01:00
  • a70aac18ae Remove unused import Guillaume Klein 2023-03-18 09:47:02 +01:00
  • d82be59d5f Fix unset attribute when using English-only models Guillaume Klein 2023-03-17 18:33:16 +01:00
  • 58f4447964 Update benchmark results with latest openai/whisper and faster-whisper Guillaume Klein 2023-03-17 16:44:07 +01:00
  • cce6b53e45 Fix incorrect attribute access Guillaume Klein 2023-03-16 10:32:36 +01:00
  • 2007adf0b5 Fix typing of words attribute Guillaume Klein 2023-03-15 17:49:07 +01:00
  • ae9898f0d8 Include duration in AudioInfo structure Guillaume Klein 2023-03-15 15:30:29 +01:00
  • c5f6b91b7d Port utility function format_timestamp Guillaume Klein 2023-03-15 15:27:20 +01:00
  • eafb2c79a3 Add more typing annotations Guillaume Klein 2023-03-15 15:22:53 +01:00
  • 8bd013ea99 Add word-level timestamps (#43) Guillaume Klein 2023-03-15 15:02:28 +01:00
  • b41fd05948 Update python_requires to >=3.8 Guillaume Klein 2023-03-10 11:15:58 +01:00
  • 3301dd9273 Make get_input a free function Guillaume Klein 2023-03-09 12:54:41 +01:00
  • c52adaca90 Create a helper class Tokenizer Guillaume Klein 2023-03-09 12:53:49 +01:00
  • f0a21ea916 Use a dict to represent intermediate segments Guillaume Klein 2023-03-09 11:53:55 +01:00
  • 6a84df400f Fix all_tokens handling Guillaume Klein 2023-03-09 10:02:25 +01:00
  • 4176da0d68 Rename offset to seek to match the OpenAI implementation Guillaume Klein 2023-03-09 09:58:58 +01:00
  • 6b16b8a69c Pad the audio instead of the spectrogram Guillaume Klein 2023-03-08 10:50:46 +01:00
  • 2646906596 Fix error in decode_audio for long audio inputs Guillaume Klein 2023-03-07 10:15:36 +01:00
  • 01ef12a6a0 Do not ignore last segment ending with one timestamp Guillaume Klein 2023-03-07 10:05:04 +01:00
  • 469244a57d Update CTranslate2 to 3.8.0 Guillaume Klein 2023-03-06 16:21:48 +01:00
  • 4a18adc382 Load the tokenizer from the model directory if it exists Guillaume Klein 2023-03-01 15:47:16 +01:00
  • 873992623c Accept the audio waveform as an input to transcribe() (#21) Guillaume Klein 2023-02-28 19:01:31 +01:00
  • ed32002aea Add instructions to install without git clone Guillaume Klein 2023-02-27 12:21:54 +01:00
  • a4f1cc8f11 Add prefix parameter Guillaume Klein 2023-02-27 12:09:40 +01:00
  • 528aa3e784 Make threshold parameters optional Guillaume Klein 2023-02-27 11:32:03 +01:00
  • f0add58bdc Add typing to constructor and transcribe method Guillaume Klein 2023-02-27 11:22:02 +01:00
  • b1c69927f8 Update code snippet to be consistent with the conversion example Guillaume Klein 2023-02-24 15:52:23 +01:00
  • ef71be09ed Update CTranslate2 to 3.7.0 Guillaume Klein 2023-02-23 11:18:58 +01:00
  • f5c0e44935 Update README.md Guillaume Klein 2023-02-22 14:59:29 +01:00
  • d91365e321 Minor code simplification Guillaume Klein 2023-02-22 11:02:11 +01:00
  • 4b8237da1b Strip the leading space before computing the compression ratio Guillaume Klein 2023-02-22 10:28:04 +01:00
  • e47e00910a Add length_penalty parameter and correctly compute the avg log prob Guillaume Klein 2023-02-22 10:27:38 +01:00
  • f5c9f15c2c Check that the language code is valid Guillaume Klein 2023-02-21 12:10:54 +01:00
  • a98a2eeec4 Use the large model in the GPU benchmark Guillaume Klein 2023-02-17 18:51:12 +01:00
  • 8321fcb922 Recompute the performance numbers on GPU Guillaume Klein 2023-02-17 14:42:09 +01:00
  • e2094b6474 Reduce the maximum length when the prompt is longer than 448/2 Guillaume Klein 2023-02-17 14:37:24 +01:00
  • 5b240319ec Update benchmark results with ctranslate2==3.6.0 Guillaume Klein 2023-02-16 17:38:58 +01:00
  • 123d9a5704 Support English-only models Guillaume Klein 2023-02-16 17:02:40 +01:00
  • cda834c8ea Update CTranslate2 to 3.6.0 Guillaume Klein 2023-02-16 17:01:19 +01:00
  • 0b53549902 Add whisper.cpp in benchmark table Guillaume Klein 2023-02-14 17:54:50 +01:00
  • 17a6d83d0e Add some performance numbers in the README Guillaume Klein 2023-02-14 16:58:05 +01:00
  • cbbe633082 Add num_workers parameter Guillaume Klein 2023-02-14 09:34:05 +01:00
  • c86353d323 Add task parameter Guillaume Klein 2023-02-13 21:26:25 +01:00
  • f56dfc6491 Add without_timestamps parameter Guillaume Klein 2023-02-13 21:22:05 +01:00
  • 5e938cba4e Bump minimum CTranslate2 requirement to 3.5.1 Guillaume Klein 2023-02-13 21:16:54 +01:00
  • 3dc44f7bb5 Raise a more explicit error message for English-only models Guillaume Klein 2023-02-13 18:26:45 +01:00
  • 47a62ab975 Update README.md Guillaume Klein 2023-02-13 17:43:22 +01:00
  • 90f6923be0 Update code snippet to output seconds as float Guillaume Klein 2023-02-13 16:08:31 +01:00
  • 269b3dfb10 Expose the device_index argument (#5) Guillaume Klein 2023-02-13 11:06:40 +01:00
  • 0bcbbfa8c2 Update README.md Guillaume Klein 2023-02-12 12:05:30 +01:00
  • 3e7b8109cd Add not about GPU requirements Guillaume Klein 2023-02-12 12:04:11 +01:00
  • 60e667e0d2 Cleanup unused import Guillaume Klein 2023-02-12 11:44:05 +01:00
  • 7d1d0541c8 Add the initial_prompt parameter (#2) Guillaume Klein 2023-02-12 11:42:21 +01:00
  • 23d2d64259 Update transcribe.py Guillaume Klein 2023-02-11 11:47:07 +01:00
  • c0ec7fe83b Update README.md Guillaume Klein 2023-02-11 11:46:09 +01:00
  • 5216d52d94 Initial commit Guillaume Klein 2023-02-11 10:21:19 +01:00