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

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

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

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

visualears-fastconformer-fa-full-ab-fp16

FP16 reduced-precision NeMo variant of Reza2kn/visualears-fastconformer-fa-full-ab.

Eval — Reza2kn/persian-asr-eval-v0 FLEURS-fa Slice

Comparison uses the same 200 clips as the FP8/NVFP4 checks and compares against the uncompressed FP base outputs.

Variant WER CER Exact transcript match vs base Rough word-position agreement Peak VRAM
FP base 18.38% 6.58% 100.0% 100.00% 588 MiB
FP16 18.42% 6.60% 98.0% 99.92% 301 MiB

WER retention vs base: 99.79%. CER retention vs base: 99.69%.

Files

  • visualears-fastconformer-fa-full-ab-FP16.nemo: FP16 NeMo checkpoint.
  • validation/fp16_vs_base_eval_summary.json: comparison summary.
  • validation/fp16_eval_predictions.jsonl: FP16 predictions for the 200-clip eval slice.

Usage

import nemo.collections.asr as nemo_asr

model = nemo_asr.models.ASRModel.restore_from("visualears-fastconformer-fa-full-ab-FP16.nemo").cuda().eval()
transcripts = model.transcribe(["clip.wav"])
print(transcripts[0])

Notes

This is a reduced-precision checkpoint for NVIDIA/NeMo experimentation. The exact transcript-parity metric is normalized transcript equality on the fixed 200-clip FLEURS-fa slice, not logit-level equality.