jpy794's picture
Create README.md
e140959 verified
---
license: apache-2.0
base_model:
- openai/whisper-base
tags:
- ctranslate2
---
# whisper-base-int8-ct2
```shell
pip install transformers[torch]
ct2-transformers-converter --model openai/whisper-base --output_dir whisper-base-int8-ct2 --quantization int8 --copy_files preprocessor_config.json tokenizer.json
```