nekusu commited on
Commit
cdc3c64
·
verified ·
1 Parent(s): 71d14af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - es
5
+ base_model:
6
+ - marianbasti/whisper-large-v3-turbo-latam
7
+ base_model_relation: quantized
8
+ pipeline_tag: automatic-speech-recognition
9
+ tags:
10
+ - whisper
11
+ - faster-whisper
12
+ - ctranslate2
13
+ - stt
14
+ - audio
15
+ - voice
16
+ - 8-bit
17
+ ---
18
+
19
+ # CTranslate2 Conversion of whisper-large-v3-turbo-latam (INT8 Quantization)
20
+
21
+ This model is converted from [marianbasti/whisper-large-v3-turbo-latam](https://huggingface.co/marianbasti/whisper-large-v3-turbo-latam) to the CTranslate2 format using INT8 quantization, primarily for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper).
22
+
23
+ ## Model Details
24
+
25
+ For more details about the finetuned model, see its original [model card](https://huggingface.co/marianbasti/whisper-large-v3-turbo-latam).
26
+
27
+ ## Conversion Details
28
+
29
+ The original model was converted using the following command:
30
+ ```
31
+ ct2-transformers-converter --model marianbasti/whisper-large-v3-turbo-latam --copy_files tokenizer.json preprocessor_config.json --output_dir faster-whisper-large-v3-turbo-latam-int8-ct2 --quantization int8
32
+ ```
33
+ More info on [model conversion](https://github.com/SYSTRAN/faster-whisper#model-conversion).
34
+
35
+ Check [Zoont/faster-whisper-large-v3-turbo-int8-ct2](https://huggingface.co/Zoont/faster-whisper-large-v3-turbo-int8-ct2) for a quantized version of the original [whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo).