Updated README with WER
Browse files
README.md
CHANGED
|
@@ -26,13 +26,13 @@ model-index:
|
|
| 26 |
metrics:
|
| 27 |
- name: Test WER
|
| 28 |
type: wer
|
| 29 |
-
value:
|
| 30 |
- name: Google Crowsourced Corpus WER
|
| 31 |
type: wer
|
| 32 |
-
value:
|
| 33 |
- name: Audiobook “La llegenda de Sant Jordi” WER
|
| 34 |
type: wer
|
| 35 |
-
value:
|
| 36 |
---
|
| 37 |
|
| 38 |
# Wav2Vec2-Large-100k-VoxPopuli-Català
|
|
@@ -52,9 +52,9 @@ Word error rate was evaluated on the following datasets unseen by the model:
|
|
| 52 |
|
| 53 |
| Dataset | WER |
|
| 54 |
| ------- | --- |
|
| 55 |
-
| [Test split CV+ParlamentParla]((https://github.com/ccoreilly/wav2vec2-catala/blob/master/test.csv)) |
|
| 56 |
-
| [Google Crowsourced Corpus](https://www.openslr.org/69/) |
|
| 57 |
-
| Audiobook “La llegenda de Sant Jordi” |
|
| 58 |
|
| 59 |
|
| 60 |
## Usage
|
|
|
|
| 26 |
metrics:
|
| 27 |
- name: Test WER
|
| 28 |
type: wer
|
| 29 |
+
value: 5.98
|
| 30 |
- name: Google Crowsourced Corpus WER
|
| 31 |
type: wer
|
| 32 |
+
value: 12.14
|
| 33 |
- name: Audiobook “La llegenda de Sant Jordi” WER
|
| 34 |
type: wer
|
| 35 |
+
value: 12.02
|
| 36 |
---
|
| 37 |
|
| 38 |
# Wav2Vec2-Large-100k-VoxPopuli-Català
|
|
|
|
| 52 |
|
| 53 |
| Dataset | WER |
|
| 54 |
| ------- | --- |
|
| 55 |
+
| [Test split CV+ParlamentParla]((https://github.com/ccoreilly/wav2vec2-catala/blob/master/test-filtered.csv)) | 5.98% |
|
| 56 |
+
| [Google Crowsourced Corpus](https://www.openslr.org/69/) | 12.14% |
|
| 57 |
+
| Audiobook “La llegenda de Sant Jordi” | 12.02% |
|
| 58 |
|
| 59 |
|
| 60 |
## Usage
|