File size: 913 Bytes
4b7b6f5 c28b45a 4b7b6f5 c28b45a 4b7b6f5 96269f9 9081c0b 96269f9 9081c0b 96269f9 9081c0b 96269f9 9081c0b 96269f9 9081c0b 96269f9 9081c0b 96269f9 9081c0b 96269f9 |
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 |
---
base_model: utter-project/mHuBERT-147
license: cc-by-nc-4.0
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: 0.2035
---
# HuBERT for Ukrainian
## Community
- Discord: https://discord.gg/yVAjkBgmt4
- Speech Recognition: https://t.me/speech_recognition_uk
- Speech Synthesis: https://t.me/speech_synthesis_uk
## Install
```text
uv venv --python 3.12
source .venv/bin/activate
uv pip install -r requirements.txt
# in development mode
uv pip install -r requirements-dev.txt
```
## Usage
```text
python run_demo.py
```
|