Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,26 @@ In training of the model, we used the following data sources:
|
|
35 |
|
36 |
This model is an attention-based encoder-decoder (AED). The encoder is a Wav2vec2 model and the decoder is RNN-based.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## Usage
|
39 |
|
40 |
The model is developed using the [SpeechBrain](https://speechbrain.github.io) toolkit. To use it, you need to install SpeechBrain with:
|
|
|
35 |
|
36 |
This model is an attention-based encoder-decoder (AED). The encoder is a Wav2vec2 model and the decoder is RNN-based.
|
37 |
|
38 |
+
## Results
|
39 |
+
---
|
40 |
+
model-index:
|
41 |
+
- name: wav2vec2-aed-macedonian-asr
|
42 |
+
results:
|
43 |
+
- task:
|
44 |
+
type: speech recognition
|
45 |
+
dataset:
|
46 |
+
name: Macedonian Common Voice V.18.0
|
47 |
+
type: Macedonian Common Voice V.18.0
|
48 |
+
metrics:
|
49 |
+
- name: WER
|
50 |
+
type: WER
|
51 |
+
value: 64.59
|
52 |
+
- name: CER
|
53 |
+
type: CER
|
54 |
+
value: 64.59
|
55 |
+
---
|
56 |
+
|
57 |
+
|
58 |
## Usage
|
59 |
|
60 |
The model is developed using the [SpeechBrain](https://speechbrain.github.io) toolkit. To use it, you need to install SpeechBrain with:
|