用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NVIDIA-NeMo/Speech --skill nemo-speech-asr-finetune命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | nemo-speech-asr-finetune |
| description | Guide NeMo Speech users through ASR fine-tuning with container setup and Lhotse training. |
Use this skill when a user wants to fine-tune a NeMo Speech ASR model, choose a checkpoint, adapt a tokenizer,
configure Lhotse dataloading, train, average checkpoints, or evaluate a fine-tuned ASR .nemo checkpoint.
Also use it for post-run refinement planning after fine-tuning.
Default posture:
trainer.max_steps, not trainer.max_epochs.val_wer as the checkpoint monitor for validation.Load only the reference file needed for the current stage:
references/setup-checkpoints.md.references/data-lhotse.md.references/architecture-tokenizer-metrics.md.references/training-evaluation.md and, when reporting WER,
references/evaluation-style-contract.md.references/refinement-iteration.md.If the user explicitly asks for parallel/sub-agent work, split the work by these same stages. Keep each agent scoped to one stage and have the main agent integrate the final command/config.
Generic fine-tuning uses examples/asr/speech_to_text_finetune.py. For architecture-specific recipes, route to:
examples/asr/asr_ctc/speech_to_text_ctc_bpe.pyexamples/asr/asr_transducer/speech_to_text_rnnt_bpe.pyexamples/asr/asr_hybrid_transducer_ctc/speech_to_text_hybrid_rnnt_ctc_bpe.pyexamples/asr/speech_multitask/speech_to_text_aed.pyAlways check the current repo docs before giving version-sensitive claims:
README.mddocs/source/asr/fine_tuning.rstdocs/source/asr/datasets.rstdocs/source/dataloaders.rstdocs/source/asr/featured_models.rstdocs/source/asr/asr_checkpoints.rstnemo/collections/common/data/lhotse/dataloader.pybatch_size=null, batch_duration=null, and quadratic_duration=null when adding bucket_batch_size.model.validation_ds.use_lhotse=true, but prefer static validation batch_size with bucketing disabled.fused_batch_size for RNNT/TDT fine-tuning guidance from this skill.--memory-fraction only after a real training OOM.1e-4.min_duration, max_duration, min_tps, and max_tps.amp=true for inference/evaluation; use amp=false compute_dtype=bfloat16.multitask_metrics_cfg so ASR and translation/task-specific samples are evaluated with
the right constrained metrics.