Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# faster-whisper-large-v3-int8-ct2
|
|
@@ -60,4 +70,4 @@ ct2-transformers-converter --model openai/whisper-large-v3 --output_dir faster-w
|
|
| 60 |
|
| 61 |
## Disclaimer
|
| 62 |
|
| 63 |
-
Quantization can have a small impact on the model's accuracy. While `int8` quantization is generally safe and provides a good balance of performance and accuracy, you should evaluate the model on your specific task to ensure it meets your requirements.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- openai/whisper-large-v3
|
| 5 |
+
tags:
|
| 6 |
+
- faster
|
| 7 |
+
- whisper
|
| 8 |
+
- faster-whisper
|
| 9 |
+
- ct2
|
| 10 |
+
- large
|
| 11 |
+
- v3
|
| 12 |
+
- int8
|
| 13 |
---
|
| 14 |
|
| 15 |
# faster-whisper-large-v3-int8-ct2
|
|
|
|
| 70 |
|
| 71 |
## Disclaimer
|
| 72 |
|
| 73 |
+
Quantization can have a small impact on the model's accuracy. While `int8` quantization is generally safe and provides a good balance of performance and accuracy, you should evaluate the model on your specific task to ensure it meets your requirements.
|