Reza2kn/visualears-fastconformer-fa-full-ab-fp8

🤗 Hugging Face 来源automatic-speech-recognitionapache-2.0459 MBother✓ 1 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo Reza2kn/visualears-fastconformer-fa-full-ab-fp8 ./model-folder
需要做种者 →

visualears-fastconformer-fa-full-ab-fp8

FP8 post-training quantization of Reza2kn/visualears-fastconformer-fa-full-ab via NVIDIA modelopt.

  • Base architecture: EncDecHybridRNNTCTCBPEModel (NeMo)
  • Calibration: 32 Persian clips from Reza2kn/persian-asr-eval-v0 (held out from eval).
  • Hardware target: NVIDIA GPUs with FP8/TensorRT-family runtime support.

Eval — Reza2kn/persian-asr-eval-v0 (FLEURS-fa, 200 clips)

Variant WER ↓ CER ↓ per-clip latency peak VRAM
FP base 18.38% 6.58% 31 ms 588 MiB
FP8 (this repo) 18.48% 6.69% 51 ms 662 MiB

Usage

import nemo.collections.asr as nemo_asr
m = nemo_asr.models.ASRModel.restore_from("visualears-fastconformer-fa-full-ab-FP8.nemo").cuda().eval()
transcripts = m.transcribe(["clip.wav"])
print(transcripts[0])

License

Inherits the base model's license.

Base Comparison

On the same 200 FLEURS-fa clips, FP8 WER retention vs the FP base was 99.47% and CER retention was 98.34%. Exact normalized transcript match was 54.0%; rough word-position agreement was 93.13%. See validation/fp8_vs_base_eval_summary.json.