Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,24 @@ metrics:
|
|
6 |
- wer
|
7 |
model-index:
|
8 |
- name: whisper-large-v2-Ko
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.0617
|
20 |
-
- Wer:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -66,4 +83,4 @@ The following hyperparameters were used during training:
|
|
66 |
- Transformers 4.27.0.dev0
|
67 |
- Pytorch 1.12.1+cu113
|
68 |
- Datasets 2.10.1
|
69 |
-
- Tokenizers 0.13.2
|
|
|
6 |
- wer
|
7 |
model-index:
|
8 |
- name: whisper-large-v2-Ko
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
name: Automatic Speech Recognition
|
12 |
+
type: automatic-speech-recognition
|
13 |
+
dataset:
|
14 |
+
name: Bingsu/zeroth-korean
|
15 |
+
type: Bingsu/zeroth-korean
|
16 |
+
split: test
|
17 |
+
metrics:
|
18 |
+
- name: Wer
|
19 |
+
type: wer
|
20 |
+
value: 2.9
|
21 |
+
datasets:
|
22 |
+
- Bingsu/zeroth-korean
|
23 |
+
language:
|
24 |
+
- ko
|
25 |
+
library_name: transformers
|
26 |
+
pipeline_tag: automatic-speech-recognition
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.0617
|
37 |
+
- Wer: 2.9
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
83 |
- Transformers 4.27.0.dev0
|
84 |
- Pytorch 1.12.1+cu113
|
85 |
- Datasets 2.10.1
|
86 |
+
- Tokenizers 0.13.2
|