Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ library_name: transformers
|
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
---
|
8 |
|
9 |
-
# whisper-
|
10 |
|
11 |
-
This model is a German Speech Recognition model based on the [whisper
|
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.
|