AI SeedbankHelp preserve open and free AI for humanity's future

← All models

Systran_faster-whisper-medium.en

Systran · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language:

  • en tags:
  • audio
  • automatic-speech-recognition license: mit library_name: ctranslate2

Whisper medium.en model for CTranslate2

This repository contains the conversion of openai/whisper-medium.en to the CTranslate2 model format.

This model can be used in CTranslate2 or projects based on CTranslate2 such as faster-whisper.

Example

from faster_whisper import WhisperModel

model = WhisperModel("medium.en")

segments, info = model.transcribe("audio.mp3")
for segment in segments:
    print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))

Conversion details

The original model was converted with the following command:

ct2-transformers-converter --model openai/whisper-medium.en --output_dir faster-whisper-medium.en \
    --copy_files tokenizer.json --quantization float16

Note that the model weights are saved in FP16. This type can be changed when the model is loaded using the compute_type option in CTranslate2.

More information

For more information about the original model, see its model card.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:e30302882884747e466bda89f436bfe873ce9cb6&dn=Systran_faster-whisper-medium.en

Open magnet in torrent client · infohash e30302882884747e466bda89f436bfe873ce9cb6

Files & hashes

PathSizesha1sha256
README.md1.3 KB (1,337 B)a253228859fcdcde8c74ba3906e1c500661c70aaab3ddd3b6af4ea0ef353cb80004f26613ba33217f81652fc13738d3b098c7675
config.json2.6 KB (2,643 B)094bf1535b71e750d2c721808455dbb34237db984a1848ebabe7938d9797c15a2e8e4ce1d36e6fd4a43d096ae5955257c67c7962
model.bin1.42 GB (1,527,904,330 B)3e199f988df4de4899ac6dfab48efc8d046bbb5f11b220779aea4c6f3ce9d2549c8a95ea869ed84066864b999531ef53e594fe5b
tokenizer.json2.0 MB (2,128,466 B)15d7bdf9ba25718ca2504eec6a8f02bc55af0a6a929c5252409436dce1b38a75d1abbcb5e132d170d8e324e4e04ed915fa2d22df
vocabulary.txt412.4 KB (422,309 B)ee695b8d3e3c10d488304e04468efec4ca27554aff77588746d3a2595d32ab5b69ffd7b95ce2441ac57533cb66fc3eb575a115cf

Cite this release

Canonical URL
https://aiseedbank.org/models/Systran_faster-whisper-medium.en/
Slug
Systran_faster-whisper-medium.en
Infohash
e30302882884747e466bda89f436bfe873ce9cb6
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: Systran_faster-whisper-medium.en.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorySystran/faster-whisper-medium.en
Revision (pinned)a29b04bd15381511a9af671baec01072039215e3
Fetched at2026-09-02T03:19:22Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:19:40Z

mit1.43 GB (1,530,459,085 bytes)ctranslate2audioautomatic-speech-recognition1 language (en)