Add models description
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- cs
|
5 |
+
- pl
|
6 |
+
- hu
|
7 |
+
- ro
|
8 |
+
- sk
|
9 |
+
- sl
|
10 |
+
- hr
|
11 |
+
- ru
|
12 |
+
tags:
|
13 |
+
- whisper
|
14 |
+
- ggml
|
15 |
+
---
|
16 |
+
|
17 |
+
whisper fine-tuned models converted to [ggml](https://github.com/ggerganov/whisper.cpp) format
|
18 |
+
|
19 |
+
cs
|
20 |
+
|
21 |
+
|
22 |
+
- https://huggingface.co/mikr/whisper-medium-cs-cv11
|
23 |
+
- https://huggingface.co/mikr/whisper-small-cs-cv11
|
24 |
+
|
25 |
+
hr
|
26 |
+
|
27 |
+
- https://huggingface.co/mikr/whisper-small-hr-vox
|
28 |
+
|
29 |
+
hu
|
30 |
+
|
31 |
+
- https://huggingface.co/mikr/whisper-small-hu-cv11
|
32 |
+
|
33 |
+
pl
|
34 |
+
|
35 |
+
- https://huggingface.co/Aspik101/whisper-tiny-pl
|
36 |
+
- https://huggingface.co/Aspik101/whisper-medium-pl
|
37 |
+
|
38 |
+
ro
|
39 |
+
|
40 |
+
- https://huggingface.co/mikr/whisper-small-ro-cv11
|
41 |
+
|
42 |
+
ru
|
43 |
+
|
44 |
+
- https://huggingface.co/artyomboyko/whisper-base-fine_tuned-ru
|
45 |
+
|
46 |
+
sk
|
47 |
+
|
48 |
+
- https://huggingface.co/mikr/whisper-medium-sk-cv11
|
49 |
+
- https://huggingface.co/mikr/whisper-small-sk-cv11
|
50 |
+
|
51 |
+
sl
|
52 |
+
|
53 |
+
- https://huggingface.co/mikr/whisper-medium-sl-cv11
|