Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,17 @@ model-index:
|
|
14 |
|
15 |
# Whisper Small Sl - samolego
|
16 |
|
17 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1226
|
20 |
- Wer: 11.0097
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
|
|
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
14 |
|
15 |
# Whisper Small Sl - samolego
|
16 |
|
17 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
18 |
+
ASR database [ARTUR 1.0 (audio) dataset](https://www.clarin.si/repository/xmlui/handle/11356/1776#). It was trained on `Artur-B-brani` and `Artur-B-Studio`.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.1226
|
21 |
- Wer: 11.0097
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
**Both** `ggml` and `safetensors` formats are available.
|
26 |
+
|
27 |
+
If you're not familiar with ggml, I'd suggest checking out [whisper.cpp](https://github.com/ggerganov/whisper.cpp).
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|