ASR
Collection
ASR models supported by Loom.cpp • 7 items • Updated
NVIDIA NeMo's Parakeet-RNNT 0.6B English ASR model, exported for loom.cpp.
This is a loom.cpp export: a single self-describing GGUF that carries its own graph topologies, tokenizer (if any) and driver script, produced by loom-exporter.
Exported from nvidia/parakeet-rnnt-0.6b. Weights are unmodified; this repo packages the same parameters into
loom.cpp's GGUF format.
cc-by-4.0, inherited from the base model above.
en
Run it with loom-py -- loom-py-rt on PyPI:
pip install loom-py-rt[hub]
import loom
model = loom.Model.from_pretrained("loom-ai-org/parakeet-rnnt-0.6b-loom")
transcript = model.detokenize(model.infer(waveform=audio, audio_samples=len(audio)))
print(transcript)
model.driver_source prints the exact driver script this GGUF embeds, including a header comment
documenting every argument model.infer()/model.generate() accepts for this model.
parakeet-rnnt-0.6b.gguf -- the model, exported with loom-exporter.We're not able to determine the quantization variants.
Base model
nvidia/parakeet-rnnt-0.6b