Model reference · open weights

multi-talker-whisper-small-ami

Available as managed deployment Audio espnet Speech→text 1 variants 21 dl/mo

multi-talker-whisper-small-ami is an open-weight audio or speech model from espnet. 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

Makerespnet
TypeAudio & music
TaskSpeech→text
Runs withespnet
Based onopenai/whisper-small
Released2026-05-24
Popularity21 downloads / month
LicenceOpen weights

About

What multi-talker-whisper-small-ami is

ESPnet checkpoint for serialized-output-training (SOT) multi-talker ASR on the AMI meeting corpus, built on top of openai/whisper-small. Trained to emit a single transcript containing every speaker in FIFO order, separated by a `` speaker-change token, with per-speaker Whisper-style timestamps.

Files

FilePurpose
model.pthESPnet-format weights (479 keys)
config.yamlModel architecture / preprocessor spec
token_list.txt51,865-token Whisper multilingual vocabulary

Usage

This checkpoint is consumed by the egs2/ami/sot_asr1 recipe. After cloning ESPnet and preparing the AMI test data, place the three files under exp/whisper-sot-small-ami/ and run:

./run.sh --released_model exp/whisper-sot-small-ami \
         --whisper_model small \
         --decode_test_sets test

The recipe prints utterance-group cpWER and utterance-group DER under exp/whisper-sot-small-ami/decode_released/test/eval/.

Results (AMI SDM test, beam = 5, temperature = 0)

cpWER (%)

overall1-spk2-spk3-spk4-spk
27.9515.3625.5438.9452.44

DER (collar = 0.25 s, %)

overall1-spk2-spk3-spk4-spk
9.841.476.9918.6529.43

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

How it works

How audio & music work

Audio or textinputAudio modelrecognise / synthesiseText or audiooutputSpeech-to-text turns audio into text; text-to-speech and music models turn text into audio.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys multi-talker-whisper-small-ami for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (multi-talker-whisper-small-ami 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="multi-talker-whisper-small-ami" -F file=@audio.mp3

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

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