How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="speech-uk/w2v-bert")
# Load model directly
from transformers import AutoProcessor, AutoModelForCTC

processor = AutoProcessor.from_pretrained("speech-uk/w2v-bert")
model = AutoModelForCTC.from_pretrained("speech-uk/w2v-bert")
Quick Links

w2v-bert-uk v2.1

Overview

This is the model - https://huggingface.co/Yehor/w2v-bert-uk-v2.1 - where tensors are saved in BF16 format.

Community

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

Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for speech-uk/w2v-bert

Finetuned
(469)
this model

Dataset used to train speech-uk/w2v-bert

Spaces using speech-uk/w2v-bert 2

Evaluation results