Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,15 +1,14 @@
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
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - pt
5
+ base_model: openai/whisper-large-v3
6
+ metrics:
7
+ - cer
8
+ - wer
9
+ pipeline_tag: automatic-speech-recognition
10
+ library_name: transformers
11
+ ---
 
12
  # CrisperWhisper
13
 
14
  **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