File size: 2,039 Bytes
b530a92
 
be307cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b530a92
be307cc
 
 
 
 
 
5dee002
 
 
be307cc
 
5dee002
be307cc
5160f2a
 
 
 
 
 
 
 
2d73dd6
5160f2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
license: gpl-3.0

language:
- be

tags:
- audio
- speech
- automatic-speech-recognition

datasets:
- mozilla-foundation/common_voice_8_0

metrics:
- wer

model-index:
- name: wav2vec2
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: Common Voice 8
      type: mozilla-foundation/common_voice_8_0
      args: be
    metrics:
    - name: Dev WER
      type: wer
      value: 17.61
    - name: Test WER
      type: wer
      value: 18.7
    - name: Dev WER (with LM)
      type: wer
      value: 11.5
    - name: Test WER (with LM)
      type: wer
      value: 12.4
---

# Automatic Speech Recognition for Belarusian language

Fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on `mozilla-foundation/common_voice_8_0 be` dataset.

`Train`, `Dev`, `Test` splits were used as they are present in the dataset. No additional data was used from `Validated` split, 
only 1 voicing of each sentence was used - the way the data was split by [CommonVoice CorporaCreator](https://github.com/common-voice/CorporaCreator). 
To build a better model **one can use additional voicings from `Validated` split** for sentences already present in `Train`, `Dev`, `Test` splits,
i.e. enlarge mentioned splits.

Language model was built using [KenLM](https://kheafield.com/code/kenlm/estimation/). 
5-gram Language model was built on sentences from `Train + (Other - Dev - Test)` splits of `mozilla-foundation/common_voice_8_0 be` dataset.

Source code is available [here](https://github.com/yks72p/stt_be).

## Run model in a browser

This page contains interactive demo widget that lets you test this model right in a browser.

However, this widget uses Acoustic model only **without** Language model that significantly improves overall performance.

You can play with **full pipeline of Acoustic model + Language model** on the following [spaces page](https://huggingface.co/spaces/ales/wav2vec2-cv-be-lm)
(also works from browser).