sasikr2 commited on
Commit
9b641a0
1 Parent(s): b11565d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,9 @@ 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 :
 
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
+
11
+
12
  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.
13
 
14
  Command to convert safetensors to ctranslate format checkpoint :