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

← All models

Systran_faster-whisper-base.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 base.en model for CTranslate2

This repository contains the conversion of openai/whisper-base.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("base.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-base.en --output_dir faster-whisper-base.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:379e2a8b9f78a86dad636a87e85001657b26e753&dn=Systran_faster-whisper-base.en

Open magnet in torrent client · infohash 379e2a8b9f78a86dad636a87e85001657b26e753

Files & hashes

PathSizesha1sha256
README.md1.3 KB (1,323 B)9ee8023dc11d4d835bd6bf2e0a88dc9a2b652e6b0360e1518671daf4064d44121ad1c4bbb0446dd5b0f8c724c8d3132fd33a1540
config.json2.2 KB (2,227 B)594369787efe617005d199b03739ee0ead7e3ab7f3bc3821e9fc76a27bae538e11ae5b677dcdd352b4600429ce7951d398569aeb
model.bin138.5 MB (145,216,508 B)a4fa6bea9a8ed932b56909f43cf0ffeadb4ecd412a166925539a16005f14ff328359f9b9adb9dc4fb631bb3b227526862e93e2ef
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-base.en/
Slug
Systran_faster-whisper-base.en
Infohash
379e2a8b9f78a86dad636a87e85001657b26e753
License
mit
Signing key fingerprint
85a3b32c3712427b

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

Provenance

Upstream repositorySystran/faster-whisper-base.en
Revision (pinned)3d3d5dee26484f91867d81cb899cfcf72b96be6c
Fetched at2026-09-02T03:17:55Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T03:17:59Z

mit140.9 MB (147,770,833 bytes)ctranslate2audioautomatic-speech-recognition1 language (en)