Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- vi
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
---
|
7 |
# Whisper large-v3 model for CTranslate2
|
8 |
|
@@ -31,6 +33,4 @@ ct2-transformers-converter --model suzii/vi-whisper-large-v3-turbo-v1 --output_d
|
|
31 |
--copy_files tokenizer.json preprocessor_config.json --quantization float16
|
32 |
```
|
33 |
|
34 |
-
Note that the model weights are saved in FP16. This type can be changed when the model is loaded using the [`compute_type` option in CTranslate2](https://opennmt.net/CTranslate2/quantization.html).
|
35 |
-
|
36 |
-
|
|
|
1 |
---
|
2 |
language:
|
3 |
- vi
|
4 |
+
library_name: ctranslate2
|
5 |
+
tags:
|
6 |
+
- audio
|
7 |
+
- automatic-speech-recognition
|
8 |
---
|
9 |
# Whisper large-v3 model for CTranslate2
|
10 |
|
|
|
33 |
--copy_files tokenizer.json preprocessor_config.json --quantization float16
|
34 |
```
|
35 |
|
36 |
+
Note that the model weights are saved in FP16. This type can be changed when the model is loaded using the [`compute_type` option in CTranslate2](https://opennmt.net/CTranslate2/quantization.html).
|
|
|
|