flozi00 commited on
Commit
e824e7b
1 Parent(s): ed6c11c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,9 +6,9 @@ library_name: transformers
6
  pipeline_tag: automatic-speech-recognition
7
  ---
8
 
9
- # whisper-tiny-german
10
 
11
- This model is a German Speech Recognition model based on the [whisper-tiny](https://huggingface.co/openai/whisper-tiny) model.
12
  The model weights count 756M parameters and with a size of 1.51GB in bfloat16 format.
13
 
14
  As a follow-up to the [Whisper large v3 german](https://huggingface.co/primeline/whisper-large-v3-german) we decided to create a distilled version for a faster inference with minimal quality loss.
 
6
  pipeline_tag: automatic-speech-recognition
7
  ---
8
 
9
+ # distil-whisper-german
10
 
11
+ This model is a German Speech Recognition model based on the [distil-whisper](https://github.com/huggingface/distil-whisper) technique.
12
  The model weights count 756M parameters and with a size of 1.51GB in bfloat16 format.
13
 
14
  As a follow-up to the [Whisper large v3 german](https://huggingface.co/primeline/whisper-large-v3-german) we decided to create a distilled version for a faster inference with minimal quality loss.