Upload processor
Browse files
README.md
CHANGED
@@ -10,25 +10,25 @@ metrics:
|
|
10 |
- cer
|
11 |
base_model:
|
12 |
- openai/whisper-large-v3
|
|
|
13 |
model-index:
|
14 |
- name: roest-315m
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
|
|
19 |
dataset:
|
20 |
name: CoRal read-aloud
|
21 |
type: alexandrainst/coral
|
22 |
split: test
|
23 |
args: read_aloud
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: cer
|
27 |
value: 4.5% ± 0.2%
|
28 |
-
|
29 |
-
|
30 |
value: 11.1% ± 0.4%
|
31 |
-
|
32 |
---
|
33 |
|
34 |
# Model Card for Model ID
|
|
|
10 |
- cer
|
11 |
base_model:
|
12 |
- openai/whisper-large-v3
|
13 |
+
pipeline_tag: automatic-speech-recognition
|
14 |
model-index:
|
15 |
- name: roest-315m
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
+
name: Automatic Speech Recognition
|
20 |
dataset:
|
21 |
name: CoRal read-aloud
|
22 |
type: alexandrainst/coral
|
23 |
split: test
|
24 |
args: read_aloud
|
25 |
metrics:
|
26 |
+
- type: cer
|
|
|
27 |
value: 4.5% ± 0.2%
|
28 |
+
name: CER
|
29 |
+
- type: wer
|
30 |
value: 11.1% ± 0.4%
|
31 |
+
name: WER
|
32 |
---
|
33 |
|
34 |
# Model Card for Model ID
|