classla / wav2vec2-large-slavic-parlaspeech-hr

huggingface.co
Total runs: 412
24-hour runs: -9
7-day runs: 74
30-day runs: 264
Model's Last Updated: July 02 2025
automatic-speech-recognition

Introduction of wav2vec2-large-slavic-parlaspeech-hr

Model Details of wav2vec2-large-slavic-parlaspeech-hr

wav2vec2-large-slavic-parlaspeech-hr

This model for Croatian ASR is based on the facebook/wav2vec2-large-slavic-voxpopuli-v2 model and was fine-tuned with 300 hours of recordings and transcripts from the ASR Croatian parliament dataset ParlaSpeech-HR v1.0 .

If you use this model, please cite the following paper:

Nikola Ljubešić, Danijel Koržinek, Peter Rupnik, Ivo-Pavao Jazbec. ParlaSpeech-HR -- a freely available ASR dataset for Croatian bootstrapped from the ParlaMint corpus. http://www.lrec-conf.org/proceedings/lrec2022/workshops/ParlaCLARINIII/pdf/2022.parlaclariniii-1.16.pdf

Metrics

Evaluation is performed on the dev and test portions of the ParlaSpeech-HR v1.0 dataset.

split CER WER
dev 0.0311 0.0921
test 0.0222 0.0679

There are multiple models available, and in terms of CER and WER, the best-performing model is wav2vec2-large-slavic-parlaspeech-hr-lm .

Usage in transformers
from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
import soundfile as sf
import torch
import os
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
# load model and tokenizer
processor = Wav2Vec2Processor.from_pretrained(
    "classla/wav2vec2-large-slavic-parlaspeech-hr")
model = Wav2Vec2ForCTC.from_pretrained("classla/wav2vec2-large-slavic-parlaspeech-hr")
# download the example wav files:
os.system("wget https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr/raw/main/00020570a.flac.wav")
# read the wav file 
speech, sample_rate = sf.read("00020570a.flac.wav")
input_values = processor(speech, sampling_rate=sample_rate, return_tensors="pt").input_values.to(device)
# remove the raw wav file
os.system("rm 00020570a.flac.wav")
# retrieve logits
logits = model.to(device)(input_values).logits
# take argmax and decode
predicted_ids = torch.argmax(logits, dim=-1)
transcription = processor.decode(predicted_ids[0]).lower()
# transcription: 'veliki broj poslovnih subjekata posluje sa minusom velik dio'
Training hyperparameters

In fine-tuning, the following arguments were used:

arg value
per_device_train_batch_size 16
gradient_accumulation_steps 4
num_train_epochs 8
learning_rate 3e-4
warmup_steps 500

Runs of classla wav2vec2-large-slavic-parlaspeech-hr on huggingface.co

412
Total runs
-9
24-hour runs
56
3-day runs
74
7-day runs
264
30-day runs

More Information About wav2vec2-large-slavic-parlaspeech-hr huggingface.co Model

wav2vec2-large-slavic-parlaspeech-hr huggingface.co

wav2vec2-large-slavic-parlaspeech-hr huggingface.co is an AI model on huggingface.co that provides wav2vec2-large-slavic-parlaspeech-hr's model effect (), which can be used instantly with this classla wav2vec2-large-slavic-parlaspeech-hr model. huggingface.co supports a free trial of the wav2vec2-large-slavic-parlaspeech-hr model, and also provides paid use of the wav2vec2-large-slavic-parlaspeech-hr. Support call wav2vec2-large-slavic-parlaspeech-hr model through api, including Node.js, Python, http.

wav2vec2-large-slavic-parlaspeech-hr huggingface.co Url

https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr

classla wav2vec2-large-slavic-parlaspeech-hr online free

wav2vec2-large-slavic-parlaspeech-hr huggingface.co is an online trial and call api platform, which integrates wav2vec2-large-slavic-parlaspeech-hr's modeling effects, including api services, and provides a free online trial of wav2vec2-large-slavic-parlaspeech-hr, you can try wav2vec2-large-slavic-parlaspeech-hr online for free by clicking the link below.

classla wav2vec2-large-slavic-parlaspeech-hr online free url in huggingface.co:

https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr

wav2vec2-large-slavic-parlaspeech-hr install

wav2vec2-large-slavic-parlaspeech-hr is an open source model from GitHub that offers a free installation service, and any user can find wav2vec2-large-slavic-parlaspeech-hr on GitHub to install. At the same time, huggingface.co provides the effect of wav2vec2-large-slavic-parlaspeech-hr install, users can directly use wav2vec2-large-slavic-parlaspeech-hr installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

wav2vec2-large-slavic-parlaspeech-hr install url in huggingface.co:

https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr

Url of wav2vec2-large-slavic-parlaspeech-hr

wav2vec2-large-slavic-parlaspeech-hr huggingface.co Url

Provider of wav2vec2-large-slavic-parlaspeech-hr huggingface.co

classla
ORGANIZATIONS

Other API from classla

huggingface.co

Total runs: 3.8K
Run Growth: -22.4K
Growth Rate: -591.47%
Updated:October 29 2021
huggingface.co

Total runs: 46
Run Growth: -260
Growth Rate: -565.22%
Updated:October 16 2025