Upload processor
Browse files
README.md
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
language:
|
4 |
- ko
|
|
|
5 |
license: apache-2.0
|
6 |
-
|
|
|
7 |
tags:
|
8 |
- hf-asr-leaderboard
|
9 |
- generated_from_trainer
|
10 |
-
datasets:
|
11 |
-
- Jpep26/AfterProcessing
|
12 |
-
metrics:
|
13 |
-
- wer
|
14 |
model-index:
|
15 |
- name: Test
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
|
|
20 |
dataset:
|
21 |
name: AfterProcessing
|
22 |
type: Jpep26/AfterProcessing
|
23 |
args: 'config: ko, split: valid'
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: wer
|
27 |
value: 0.7054380664652568
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
base_model: openai/whisper-base
|
3 |
+
datasets:
|
4 |
+
- Jpep26/AfterProcessing
|
5 |
language:
|
6 |
- ko
|
7 |
+
library_name: transformers
|
8 |
license: apache-2.0
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
tags:
|
12 |
- hf-asr-leaderboard
|
13 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
14 |
model-index:
|
15 |
- name: Test
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
+
name: Automatic Speech Recognition
|
20 |
dataset:
|
21 |
name: AfterProcessing
|
22 |
type: Jpep26/AfterProcessing
|
23 |
args: 'config: ko, split: valid'
|
24 |
metrics:
|
25 |
+
- type: wer
|
|
|
26 |
value: 0.7054380664652568
|
27 |
+
name: Wer
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|