hubert-uk / README.md
Yehor's picture
Update README.md
9081c0b verified
|
raw
history blame
913 Bytes
---
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
```