Faster Whisper Small.en is a converted version of the OpenAI Whisper small.en model adapted for the CTranslate2 inference engine. It supports English automatic speech recognition tasks and is hosted on Hugging Face by Systran under the MIT license.
The repository contains the model weights transformed from the original openai/whisper-small.en using the ct2-transformers-converter tool with float16 quantization. Model weights are stored in FP16 format, which can be adjusted at load time through the compute_type option. It is explicitly intended for use in CTranslate2 or any project built on CTranslate2, including the faster-whisper library.
Usage follows the faster-whisper Python API. Code examples load the model with WhisperModel("small.en"), call transcribe on an audio file such as audio.mp3, and iterate over resulting segments that provide start time, end time, and transcribed text. The conversion process also copies the tokenizer.json file into the output directory.
The model addresses efficient local inference for English speech-to-text on compatible hardware. It is delivered as a downloadable repository of model files on the Hugging Face platform rather than a standalone application.
In the Speech to text space, Faster Whisper Small.en takes a focused approach. It focuses on running fast and efficient English speech-to-text transcription locally using optimized Whisper models. It is built as an open-source project for developers. The project is open source (MIT). It runs on the web and the command line.
Systran builds and maintains Faster Whisper Small.en, and it first shipped in 2018. The project is developed in the open on GitHub with 4.6k stars and 21 commits in the last 90 days. PulseGate's similarity index places it among 7 comparable projects. Among its 3 catalogued features are Speech Recognition, CTranslate2 Format, and English Transcription.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do