Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Whisper base for Hungarian language
|
| 2 |
|
| 3 |
This model was finetuned on the Mozilla Common Voice dataset for the Hungarian language.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- mozilla-foundation/common_voice_17_0
|
| 5 |
+
language:
|
| 6 |
+
- hu
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
base_model:
|
| 10 |
+
- openai/whisper-base
|
| 11 |
+
pipeline_tag: automatic-speech-recognition
|
| 12 |
+
tags:
|
| 13 |
+
- Speech
|
| 14 |
+
- communication
|
| 15 |
+
---
|
| 16 |
# Whisper base for Hungarian language
|
| 17 |
|
| 18 |
This model was finetuned on the Mozilla Common Voice dataset for the Hungarian language.
|