Xabi Ezpeleta
commited on
Commit
·
77f8212
1
Parent(s):
81dc9b2
Update README with CV18 eval results
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ model-index:
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
-
name: Common Voice
|
17 |
-
type: mozilla-foundation/
|
18 |
config: eu
|
19 |
split: test
|
20 |
args:
|
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Test WER
|
24 |
type: wer
|
25 |
-
value: 4.
|
26 |
base_model:
|
27 |
- xezpeleta/whisper-large-v3-eu
|
28 |
---
|
@@ -37,7 +37,7 @@ base_model:
|
|
37 |
- **Dataset:** `asierhv/composite_corpus_eu_v2.1` (Mozilla Common Voice 18.0 + Basque Parliament + OpenSLR)
|
38 |
- **Conversion Format:** CTranslate2 (optimized for inference)
|
39 |
- **Compatibility:** Designed for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper)
|
40 |
-
- **WER:** 4.
|
41 |
|
42 |
## Usage with faster-whisper
|
43 |
|
@@ -64,7 +64,7 @@ for segment in segments:
|
|
64 |
|
65 |
## Evaluation
|
66 |
|
67 |
-
The model achieves **4.
|
68 |
|
69 |
|
70 |
# Conversion details
|
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: Common Voice 18.0
|
17 |
+
type: mozilla-foundation/common_voice_18_0
|
18 |
config: eu
|
19 |
split: test
|
20 |
args:
|
|
|
22 |
metrics:
|
23 |
- name: Test WER
|
24 |
type: wer
|
25 |
+
value: 4.84
|
26 |
base_model:
|
27 |
- xezpeleta/whisper-large-v3-eu
|
28 |
---
|
|
|
37 |
- **Dataset:** `asierhv/composite_corpus_eu_v2.1` (Mozilla Common Voice 18.0 + Basque Parliament + OpenSLR)
|
38 |
- **Conversion Format:** CTranslate2 (optimized for inference)
|
39 |
- **Compatibility:** Designed for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper)
|
40 |
+
- **WER:** 4.84% on Mozilla Common Voice 18.0
|
41 |
|
42 |
## Usage with faster-whisper
|
43 |
|
|
|
64 |
|
65 |
## Evaluation
|
66 |
|
67 |
+
The model achieves **4.84% Word Error Rate (WER)** on the Basque `test` split of **Mozilla Common Voice 18.0**.
|
68 |
|
69 |
|
70 |
# Conversion details
|