CoolFace
Modelpublic

FermionResearch/Phonon-1-Big

sourceHugging Faceapache-2.0updated 26d agoView on Hugging Face
6likes333downloads
Model Card

Phonon-1 Big

This is the largest build of the Phonon-1 family, an open speech recognition model for English that downloads in 581 MB.

Benchmarks

BenchmarkPhonon-1 Big (581 MB)
LibriSpeech test-clean2.667
LibriSpeech test-other5.722
TED-LIUM3.400
SPGISpeech4.156
VoxPopuli8.369
GigaSpeech11.291
Earnings-2212.417
AMI12.812
Macro (eight benchmarks)7.604

Word error rate, lower is better. Measured by us — full test sets, Whisper English text normalizer, greedy decoding.

Run it

bash
pip install fermion-research

fermion transcribe recording.wav --model FermionResearch/Phonon-1-Big

Or serve an OpenAI-compatible endpoint:

bash
fermion serve --model FermionResearch/Phonon-1-Big

curl -s http://127.0.0.1:8000/v1/audio/transcriptions \
  -F "file=@recording.wav" \
  -F "model=FermionResearch/Phonon-1-Big"

The same weights run on a Mac (via MLX), on an NVIDIA GPU, or on a plain CPU; the runtimes and Docker images are in the GitHub repo.

License

Apache License 2.0 for the weights and the command line. Base model: `Qwen/Qwen3-ASR-0.6B`, Apache-2.0.