PhanithLIM commited on
Commit
f81b298
·
verified ·
1 Parent(s): f4a2d20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -8,4 +8,18 @@ base_model:
8
  - openai/whisper-tiny
9
  pipeline_tag: automatic-speech-recognition
10
  library_name: transformers
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - openai/whisper-tiny
9
  pipeline_tag: automatic-speech-recognition
10
  library_name: transformers
11
+ ---
12
+ ## Whisper Model in CTranslate2
13
+ The Whisper Model in CTranslate2 is an optimized, high-performance implementation of OpenAI's Whisper automatic speech recognition (ASR) system, designed for efficient inference in production environments. This model is built on top of CTranslate2, an inference engine that offers fast, memory-efficient execution of transformer-based models.
14
+
15
+ Whisper is a state-of-the-art multilingual ASR model that can transcribe speech into text across a variety of languages and dialects. It also supports multilingual speech-to-text conversion, robust noise resilience, and the ability to handle various acoustic conditions, making it versatile for diverse applications, such as transcription services, voice assistants, and automated captioning systems.
16
+
17
+ CTranslate2 optimizes Whisper for:
18
+
19
+ - Low-latency Inference: Faster response times, ideal for real-time applications.
20
+ - Memory Efficiency: Optimized for low-memory environments, making it suitable for mobile and embedded devices.
21
+ - Multi-language Support: Handles multiple languages, dialects, and accents with high accuracy.
22
+ ### Performance
23
+ In a test on a CPU, a 3-minute long audio clip was transcribed by the Whisper model in CTranslate2 in 36 seconds, showcasing impressive transcription speed and efficiency for real-time or batch processing tasks.
24
+
25
+ Whether you're developing a real-time transcription tool or need efficient batch processing for large-scale transcription tasks, the Whisper model in CTranslate2 provides an optimized, powerful solution.