Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,16 @@ license: mit
|
|
3 |
language:
|
4 |
- th
|
5 |
base_model: biodatlab/whisper-th-small-combined
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Whisper-th-small-ct2
|
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
|
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.
|
|
|
3 |
language:
|
4 |
- th
|
5 |
base_model: biodatlab/whisper-th-small-combined
|
6 |
+
tags:
|
7 |
+
- whisper
|
8 |
+
- Pytorch
|
9 |
---
|
10 |
|
11 |
# Whisper-th-small-ct2
|
12 |
|
13 |
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:
|
14 |
|
15 |
+
- 🤏 **Half the size** of original Huggingface format.
|
16 |
- ⚡️ Batched inference for **70x** real-time transcription Whisper large-v2.
|
17 |
- 🪶 A faster-whisper backend, requiring **<8GB GPU memory** for large-v2 with beam_size=5.
|
18 |
- 🎯 Accurate word-level timestamps using wav2vec2 alignment.
|