CoolFace
Modelpublic

jkawamoto/whisper-tiny-ct2

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes61downloads
Model Card

whisper-tiny-ct2

This is a version of `openai/whisper-tiny` converted for use with CTranslate2.

The conversion was performed using the following command:

ct2-transformers-converter --model openai/whisper-tiny --output_dir whisper-tiny-ct2 \
    --copy_files generation_config.json preprocessor_config.json tokenizer_config.json \
    tokenizer.json vocabulary.json

License

This adaptation is based on `openai/whisper-tiny`, originally provided under the Apache 2.0 License. Modifications were made for compatibility with CTranslate2. Despite these modifications, this adapted version continues to be distributed under the Apache 2.0 License, honoring the original licensing terms.