Whisper finetune for Japanese focused on general/anime domains. For usage instructions follow openai/whisper-large-v3-turbo. Due to vocab changes ctranslate2>=4.7.1 required for faster-whisper. For inference engines with hardcoded vocab, the token embedding can be padded. Finetuned from base with pruned vocab and encoder conv adaption, indices can be found in mapping.txt. Trained decoder only for 2^20 steps, batch size 64. Using a 45000 hour corpus (largest source is 17000 of filtered reazonspeech-all) with custom mixing ratio and augmentation to maintain long form performance and timestamps. Benchmarks. Competitive for size on test sets, particually good on JSUT-book. Also trained for…
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need for fine-tuning.
Runs On
What it takes to serve whisper-base (73M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.
| Precision | Weights | Memory needed | Cheapest setup | Per hour | Also fits |
|---|---|---|---|---|---|
| 16-bit | 0.1 GB | 0.2 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 8-bit | 0.1 GB | 0.1 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 4-bit | 0.0 GB | 0.0 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.
SAVRN's Notes on whisper-base
Two tenths of a gigabyte. That is the memory this speech recognition model needs at 16-bit, so the question is whether a GPU is the bottleneck at all. The cheapest setup on file, one MI300X with 192 GB at $1.85 per hour on-demand, leaves nearly the whole card idle; we run models this size as one tenant on a shared host. The download outweighs the load, 16 files near 1.17 GB, because the checkpoint is stored in float32.
Apache 2.0 lets an operator fine-tune it on their own recordings and ship the result commercially, provided the license, copyright notices and any NOTICE file stay attached and significant changes are stated. Two checks before committing: no context length is listed, so test your own segment lengths, and the last update is dated February 29, 2024, so confirm the files from OpenAI match the revision you validated.
Model Card
By OpenAI, published under apache-2.0, revision e37978b90ca9.
Whisper
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need for fine-tuning.
Whisper was proposed in the paper Robust Speech Recognition via Large-Scale Weak Supervision by Alec Radford et al from OpenAI. The original code repository can be found here.
Disclaimer: Content for this model card has partly been written by the Hugging Face team, and parts of it were copied and pasted from the original model card.
Model details
Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model. It was trained on 680k hours of labelled speech data annotated using large-scale weak supervision.
Configuration
- Architecture
- WhisperForConditionalGeneration
- Layers
- 6
- Vocabulary size
- 51,865
- Stored precision
- float32
- Model type
- whisper
Identity and Version
- Repository
- openai/whisper-base
- Publisher
- OpenAI
- Task
- Speech recognition
- Modality
- Audio
- Library
- transformers
- Parameters
- 73M parameters
- Languages
- en, zh, de, es, ru, ko, fr, ja
- Revision
- e37978b90ca9030d5170a5c07aadb050351a65bb
- First published
- 2022-09-26
- Last updated
- 2024-02-29
Files and Weights
16 files, 1.2 GB in total. The weights are 4 files totalling 1.2 GB in bin, h5, msgpack, safetensors.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| flax_model.msgpack | Weights | 290.4 MB | f69b3fcc5b00 |
| model.safetensors | Weights | 290.4 MB | 07cadb9f2567 |
| pytorch_model.bin | Weights | 290.5 MB | c37f294c9563 |
| tf_model.h5 | Weights | 290.7 MB | a997bb84b799 |
| added_tokens.json | Configuration | 34.6 KB | — |
| config.json | Configuration | 2.0 KB | — |
| generation_config.json | Configuration | 3.8 KB | — |
| normalizer.json | Configuration | 52.7 KB | — |
| preprocessor_config.json | Configuration | 185.0 KB | — |
| special_tokens_map.json | Configuration | 2.2 KB | — |
| README.md | Documentation | 19.8 KB | — |
| .gitattributes | Repository | 1.4 KB | — |
| merges.txt | Tokenizer | 493.9 KB | — |
| tokenizer.json | Tokenizer | 2.5 MB | — |
| tokenizer_config.json | Tokenizer | 282.7 KB | — |
| vocab.json | Tokenizer | 835.5 KB | — |
License and Download
- License
- apache-2.0
- Access
- Open weights, no gate
- Download size
- 1.2 GB
Released by OpenAI through its official repository on Hugging Face. Read the license.
Built From
- Described by arXiv:2212.04356
Evaluations
Each result is shown as reported, with the conditions its reporter stated. None is a SAVRN measurement. A comparison lines two results up only when their configuration, unit and setup are all stated and identical.
| Benchmark | Conditions | Result | Reported by | Revision | Date |
|---|---|---|---|---|---|
| Common Voice 11.0 | Configuration hiTask Automatic Speech RecognitionMetric Test WERComparison conditions not established | 131 | openai Publisher reported |
Evaluated revision not stated | — |
| LibriSpeech (clean) | Configuration cleanTask Automatic Speech RecognitionMetric Test WERComparison conditions not established | 5.00877 | openai Publisher reported |
Evaluated revision not stated | — |
| LibriSpeech (other) | Configuration otherTask Automatic Speech RecognitionMetric Test WERComparison conditions not established | 12.8494 | openai Publisher reported |
Evaluated revision not stated | — |
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 1.2 GB |
| 16-bit | 0.1 GB |
| 8-bit | 0.1 GB |
| 4-bit | 0.0 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Questions About whisper-base
How much GPU memory does whisper-base need?
About 0.2 GB at 16-bit and 0 GB at 4-bit: the weights (73M parameters) plus a working margin. A long context needs more.
What is the cheapest GPU to run whisper-base on?
At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
Can I use whisper-base commercially?
Yes. whisper-base is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.
Similar Models
The base model pretrained and fine-tuned on 960 hours of Librispeech on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz. Authors: Alexei Baevski, Henry Zhou, Abdelrahman Mohamed, Michael Auli Abstract We show for the first time that learning powerful representations from speech audio alone followed by fine-tuning on transcribed speech can outperform the best semi-supervised methods while being conceptually simpler. wav2vec 2.0 masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned. Experiments using all labeled data of Librispeech…
Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need for fine-tuning. Whisper was proposed in the paper Robust Speech Recognition via Large-Scale Weak Supervision by Alec Radford et al from OpenAI. The original code repository can be found here. Disclaimer: Content for this model card has partly been written by the Hugging Face team, and parts of it were copied and pasted from the original model card. Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model. It…
Whisper finetune for Japanese focused on general/anime domains. For usage instructions follow openai/whisper-large-v3-turbo. Due to vocab changes ctranslate2>=4.7.1 required for faster-whisper. For inference engines with hardcoded vocab, the token embedding can be padded. Finetuned from tiny with pruned vocab and encoder conv adaption, indices can be found in mapping.txt. Trained decoder only for 2^19 steps, batch size 64. Using a 45000 hour corpus (largest source is 17000 of filtered reazonspeech-all) with custom mixing ratio and augmentation to maintain long form performance and timestamps. Benchmarks. CER roughly between OpenAI whisper-base/small, not great but also the smallest model…
Fine-tuned facebook/wav2vec2-large-xlsr-53 on Japanese using the train and validation splits of Common Voice 6.1, CSS10 and JSUT. When using this model, make sure that your speech input is sampled at 16kHz. This model has been fine-tuned thanks to the GPU credits generously given by the OVHcloud:) The script used for training can be found here: https://github.com/jonatasgrosman/wav2vec2-sprint The model can be used directly (without a language model) as follows... Using the HuggingSound library: The model can be evaluated as follows on the Japanese test data of Common Voice. In the table below I report the Word Error Rate (WER) and the Character Error Rate (CER) of the model. I ran the…
WhisperKit is part of Argmax OSS, an On-device Speech AI SDK for Apple Silicon: https://github.com/argmaxinc/argmax-oss-swift Check out the WhisperKit paper and presentation from ICML 2025: https://icml.cc/virtual/2025/47854 For real-time transcription with speakers and custom vocabulary, check out Argmax Pro SDK: https://www.argmaxinc.com/blog/argmax-sdk-2