Model reference · open weights

DiCoW_v3_MLC

Available as managed deployment Audio BUT-FIT Speech→text 1 variants 620 dl/mo

DiCoW_v3_MLC is an open-weight audio or speech model from BUT-FIT. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byBUT-FIT
TypeAudio & music
TaskSpeech→text
Parameters (lead)958M
Runs withtransformers
Released2025-06-19
Popularity620 downloads / month
LicenceOpen weights

About

What DiCoW_v3_MLC is

This repository contains the DiCoW_v3_MLC model developed by BUT Speech@FIT for the MLC-SLM Challenge. Diarization-Conditioned Whisper (DiCoW) is a novel approach to target-speaker ASR that leverages speaker diarization outputs as conditioning information.

This model is available under the terms of CC BY 4.0. It incorporates an MIT-licensed base model and CC BY 4.0 licensed training data.

The model is described in detail in the following papers:

Read the full model card

Model Summary

The model is based on Whisper large-v3-turbo, initially trained on:

  • NOTSOFAR-1
  • AMI Meeting Corpus
  • Libri2Mix dataset

It is then fine-tuned on the MLC-SLM dataset as part of the MLC-SLM Challenge.

Model Details

  • Developed by: BUT Speech@FIT, Brno University of Technology
  • Model type: Whisper large-v3-turbo + DiCoW composition
  • Language(s): Multilingual (primarily English, but supports multiple languages)
  • License: apache-2.0
  • Fine-tuned from: openai/whisper-large-v3-turbo
  • Challenge: MLC-SLM (Multilingual Conversational Speech Language Model)

Model Sources

Getting Started

from transformers import AutoModelForSpeechSeq2Seq

MODEL_NAME = "BUT-FIT/DiCoW_v3_MLC"
dicow = AutoModelForSpeechSeq2Seq.from_pretrained(MODEL_NAME, trust_remote_code=True)

For detailed inference and full pipelines, refer to: 👉 DiCoW GitHub inference repo

tcpWER/CER (%) on the MLC-SLM development set

LanguageBaseline (GT)DiCoW (GT)FT (GT)Baseline (Real diar)DiCoW (Real diar)FT (Real diar)
American En.14.120.611.153.736.522.5
Australian En.11.719.47.452.623.613.0
British En.10.116.77.771.926.117.6
Filipino En.9.217.77.550.425.515.2
Indian En.14.014.313.370.714.914.0
French28.127.716.196.037.827.5
German20.721.223.986.730.127.3
Italian17.916.212.383.319.816.4
Japanese (*)21.619.213.771.325.823.3
Korean (*)13.812.88.559.624.522.8
Portuguese21.224.519.5118.833.129.7
Russian17.717.611.669.222.516.7
Spanish12.311.68.775.618.216.3
Thai (*)14.531.914.283.634.420.1
Vietnamese27.230.015.382.833.824.7
Overall16.822.012.976.128.420.8

Results marked with an asterisk () are reported using tcpCER, following the official evaluation protocol.*

Notes:

  • GT = Ground-Truth Segmentation
  • Real diar = Real Diarization
  • Baseline uses Whisper large-v3 with chunked inference + finetunned Pyannote diarization.
  • DiCoW uses fine-tuned DiariZen diarization.

Citation

If you use this model, please cite:

@article{POLOK2026101841,
    title = {DiCoW: Diarization-conditioned Whisper for target speaker automatic speech recognition},
    journal = {Computer Speech & Language},
    volume = {95},
    pages = {101841},
    year = {2026},
    issn = {0885-2308},
    doi = {https://doi.org/10.1016/j.csl.2025.101841},
    url = {https://www.sciencedirect.com/science/article/pii/S088523082500066X},
    author = {Alexander Polok and Dominik Klement and Martin Kocour and Jiangyu Han and Federico Landini and Bolaji Yusuf and Matthew Wiesner and Sanjeev Khudanpur and Jan Černocký and Lukáš Burget},
    keywords = {Diarization-conditioned Whisper, Target-speaker ASR, Speaker diarization, Long-form ASR, Whisper adaptation},
}

@INPROCEEDINGS{10887683,
    author={Polok, Alexander and Klement, Dominik and Wiesner, Matthew and Khudanpur, Sanjeev and Černocký, Jan and Burget, Lukáš},
    booktitle={ICASSP 2025 - 2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
    title={Target Speaker ASR with Whisper},
    year={2025},
    volume={},
    number={},
    pages={1-5},
    keywords={Transforms;Signal processing;Transformers;Acoustics;Speech processing;target-speaker ASR;diarization conditioning;multi-speaker ASR;Whisper},
    doi={10.1109

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys dicow-v3-mlc for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (dicow-v3-mlc below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -F model="dicow-v3-mlc" -F file=@audio.mp3

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms