YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
ONNX Models for ZIPA
This repository contains optimized ONNX models for the ZIPA speech recognition system. The models are exported from the original PyTorch checkpoints and support FP32, FP16, and INT8 precision.
Original Repository
Available Files
model.onnx: FP32 ONNX model (orencoder-*.onnx, etc. for Transducer)model.fp16.onnx: FP16 Quantized modelmodel.int8.onnx: INT8 Quantized modeltokens.txt: Token vocabulary
Usage
Installation
pip install onnxruntime soundfile librosa lhotse
Inference
Please refer to the Inference Documentation in the official repository for detailed usage and scripts.
Quick Example (CTC)
import onnxruntime as ort
import numpy as np
session = ort.InferenceSession("model.fp16.onnx")
# ... preprocessing ...
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support