Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- openai/whisper-base
|
| 5 |
+
tags:
|
| 6 |
+
- ctranslate2
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# whisper-base-int8-ct2
|
| 10 |
+
|
| 11 |
+
```shell
|
| 12 |
+
pip install transformers[torch]
|
| 13 |
+
ct2-transformers-converter --model openai/whisper-base --output_dir whisper-base-int8-ct2 --quantization int8 --copy_files preprocessor_config.json tokenizer.json
|
| 14 |
+
```
|