Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1552
|
20 |
-
- Wer: 8.6411
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
@@ -29,7 +29,7 @@ More information needed
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
17 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1552
|
20 |
+
- Wer: 8.6411 (is improved against 10.4449 from [jangmin/whisper-small-ko-1159h](https://huggingface.co/jangmin/whisper-small-ko-1159h))
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
The model was trained to transcript the audio sources into Korean text.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
I downloaded all data from AI-HUB (https://aihub.or.kr/). Two datasets, in particular, caught my attention: "Instruction Audio Set" and "Noisy Conversation Audio Set". I intentionally gathered 796 hours of audio from the first dataset and 363 hours of audio from the second dataset (This includes statistics for the training data only, and excludes information about the validation data.).
|
33 |
|
34 |
## Training procedure
|
35 |
|