Thaweewat commited on
Commit
704bcb1
1 Parent(s): 1f9b30b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ base_model: biodatlab/whisper-th-small-combined
9
 
10
  whisper-th-small-ct2 is the CTranslate2 format of [biodatlab/whisper-th-small-combined](https://huggingface.co/biodatlab/whisper-th-small-combined), comparable with [WhisperX](https://github.com/m-bain/whisperX) and [faster-whisper](https://github.com/SYSTRAN/faster-whisper), which enables:
11
 
 
12
  - ⚡️ Batched inference for **70x** real-time transcription Whisper large-v2.
13
  - 🪶 A faster-whisper backend, requiring **<8GB GPU memory** for large-v2 with beam_size=5.
14
  - 🎯 Accurate word-level timestamps using wav2vec2 alignment.
 
9
 
10
  whisper-th-small-ct2 is the CTranslate2 format of [biodatlab/whisper-th-small-combined](https://huggingface.co/biodatlab/whisper-th-small-combined), comparable with [WhisperX](https://github.com/m-bain/whisperX) and [faster-whisper](https://github.com/SYSTRAN/faster-whisper), which enables:
11
 
12
+ - 🤏 **Half the size** of Original Huggingface format.
13
  - ⚡️ Batched inference for **70x** real-time transcription Whisper large-v2.
14
  - 🪶 A faster-whisper backend, requiring **<8GB GPU memory** for large-v2 with beam_size=5.
15
  - 🎯 Accurate word-level timestamps using wav2vec2 alignment.