shreyajn commited on
Commit
2f4558d
1 Parent(s): b031964

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
 
17
  OpenAI’s Whisper ASR (Automatic Speech Recognition) model is a state-of-the-art system designed for transcribing spoken language into written text. It exhibits robust performance in realistic, noisy environments, making it highly reliable for real-world applications. Specifically, it excels in long-form transcription, capable of accurately transcribing audio clips up to 30 seconds long. Time to the first token is the encoder's latency, while time to each additional token is decoder's latency, where we assume a mean decoded length specified below.
18
 
19
- This model is an implementation of Posenet-Mobilenet found [here](https://github.com/openai/whisper/tree/main).
20
 
21
 
22
  This repository provides scripts to run Whisper-Small-En on Qualcomm® devices.
 
16
 
17
  OpenAI’s Whisper ASR (Automatic Speech Recognition) model is a state-of-the-art system designed for transcribing spoken language into written text. It exhibits robust performance in realistic, noisy environments, making it highly reliable for real-world applications. Specifically, it excels in long-form transcription, capable of accurately transcribing audio clips up to 30 seconds long. Time to the first token is the encoder's latency, while time to each additional token is decoder's latency, where we assume a mean decoded length specified below.
18
 
19
+ This model is an implementation of Whisper-Small-En found [here](https://github.com/openai/whisper/tree/main).
20
 
21
 
22
  This repository provides scripts to run Whisper-Small-En on Qualcomm® devices.