Conformer-CTC Small (en)

NVIDIA NeMo's small Conformer-CTC 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.

Original model

Exported from nvidia/stt_en_conformer_ctc_small. Weights are unmodified; this repo packages the same parameters into loom.cpp's GGUF format.

License

cc-by-4.0, inherited from the base model above.

Language(s)

en

Usage

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/conformer-ctc-small-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.

Files

  • conformer-ctc-small.gguf -- the model, exported with loom-exporter.
Downloads last month
-
GGUF
Model size
15.2M params
Architecture
loom-conformer-ctc
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for loom-ai-org/conformer-ctc-small-loom

Quantized
(2)
this model

Collection including loom-ai-org/conformer-ctc-small-loom