Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
language:
|
4 |
-
- de
|
5 |
-
- en
|
6 |
-
base_model: openai/whisper-large-v3
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
# CrisperWhisper
|
9 |
|
10 |
**CrisperWhisper** is an advanced variant of OpenAI's Whisper, designed for fast, precise, and verbatim speech recognition with accurate (**crisp**) word-level timestamps. Unlike the original Whisper, which tends to omit disfluencies and follows more of a intended transcription style, CrisperWhisper aims to transcribe every spoken word exactly as it is, including fillers, pauses, stutters and false starts. Checkout our repo for more details: https://github.com/nyrahealth/CrisperWhisper/blob/develop/README.md
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
- en
|
6 |
+
base_model: openai/whisper-large-v3
|
7 |
+
metrics:
|
8 |
+
- cer
|
9 |
+
- wer
|
10 |
+
pipeline_tag: automatic-speech-recognition
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
# CrisperWhisper
|
14 |
|
15 |
**CrisperWhisper** is an advanced variant of OpenAI's Whisper, designed for fast, precise, and verbatim speech recognition with accurate (**crisp**) word-level timestamps. Unlike the original Whisper, which tends to omit disfluencies and follows more of a intended transcription style, CrisperWhisper aims to transcribe every spoken word exactly as it is, including fillers, pauses, stutters and false starts. Checkout our repo for more details: https://github.com/nyrahealth/CrisperWhisper/blob/develop/README.md
|