File size: 1,517 Bytes
4b7b6f5
c28b45a
b6d5aeb
 
 
1f30811
 
c28b45a
b6d5aeb
c28b45a
b6d5aeb
c28b45a
b6d5aeb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b7b6f5
 
96269f9
 
 
 
 
4aae976
96269f9
 
 
e60f6a4
 
9081c0b
96269f9
9081c0b
 
96269f9
9081c0b
96269f9
9081c0b
 
 
96269f9
38e5f74
 
 
 
 
 
 
 
 
 
 
 
cb8bf69
 
 
 
 
 
 
 
 
 
 
b6d5aeb
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
66
67
68
69
70
71
72
73
74
75
76
77
78
---
base_model: utter-project/mHuBERT-147
license: cc-by-nc-sa-4.0
language:
- uk
tags:
- automatic-speech-recognition
datasets:
- espnet/yodas2
metrics:
- wer
model-index:
- name: w2v-bert-2.0-uk-v2.1
  results:
  - task:
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    dataset:
      name: common_voice_10_0
      type: common_voice_10_0
      config: uk
      split: test
      args: uk
    metrics:
    - name: WER
      type: wer
      value: 37.07
    - name: CER
      type: cer
      value: 6.87
---

# HuBERT for Ukrainian


## Community

- Discord: https://bit.ly/discord-uds
- Speech Recognition: https://t.me/speech_recognition_uk
- Speech Synthesis: https://t.me/speech_synthesis_uk

See other Ukrainian models: https://github.com/egorsmkv/speech-recognition-uk

## Install

```text
uv venv --python 3.12

source .venv/bin/activate

uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
```

## Evaluation results

Metrics (float16) using `evaluate` library:

- WER: 0.3707 metric, 37.07%
- CER: 0.0687 metric, 6.87%
- Accuracy on words: 62.93%
- Accuracy on chars: 93.13%
- Inference time: 43.0227 seconds
- Audio duration: 16665.5212 seconds
- RTF: 0.0026

## Cite this work

```
@misc {smoliakov_2025,
	author       = { {Smoliakov} },
	title        = { hubert-uk (Revision 4aae976) },
	year         = 2025,
	url          = { https://huggingface.co/Yehor/hubert-uk },
	doi          = { 10.57967/hf/4557 },
	publisher    = { Hugging Face }
}
```