sasikr2 commited on
Commit
b11565d
1 Parent(s): a43a100

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -4,7 +4,9 @@ base_model:
4
  - openai/whisper-large-v3-turbo
5
  pipeline_tag: automatic-speech-recognition
6
  ---
7
-
 
 
8
  This repo contains the conversion of [whisper-large-v3-turbo openai checkpoint](https://github.com/openai/whisper) to [ctranslate2](https://github.com/OpenNMT/CTranslate2) format.
9
 
10
  Command to convert safetensors to ctranslate format checkpoint :
@@ -12,4 +14,5 @@ Command to convert safetensors to ctranslate format checkpoint :
12
 
13
  huggingface checkpoint: sasikr2/whisper-large-v3-turbo
14
 
15
-
 
 
4
  - openai/whisper-large-v3-turbo
5
  pipeline_tag: automatic-speech-recognition
6
  ---
7
+ # Whisper Ctranslate2
8
+ Whisper large-v3-turbo is distilled version of large-v3, only difference is number of decoder layers.
9
+ In turbo, there are only 4 decoder layers instead of 32 in large-v3
10
  This repo contains the conversion of [whisper-large-v3-turbo openai checkpoint](https://github.com/openai/whisper) to [ctranslate2](https://github.com/OpenNMT/CTranslate2) format.
11
 
12
  Command to convert safetensors to ctranslate format checkpoint :
 
14
 
15
  huggingface checkpoint: sasikr2/whisper-large-v3-turbo
16
 
17
+ ## Parent source repo
18
+ [official github page](https://github.com/openai/whisper)