cjpais commited on
Commit
41eaeaa
·
verified ·
1 Parent(s): e33a625

Refresh README for ship: validation pin → 42528dd

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Ported from upstream commit
25
  [ad09ba1](https://huggingface.co/nvidia/parakeet-ctc-0.6b/commit/ad09ba1),
26
  pinned 2026-05-10.
27
  Validated against the NeMo reference at transcribe.cpp commit
28
- [2f7a6d2](https://github.com/handy-computer/transcribe.cpp/tree/2f7a6d2)
29
  on 2026-05-10.
30
 
31
  Offline English speech-to-text with greedy CTC decoding. A 0.6B-parameter FastConformer-Large encoder with a linear CTC head — the simplest and fastest decoder in the parakeet family. Output is lowercase, no punctuation. Not a streaming model and does not translate.
 
25
  [ad09ba1](https://huggingface.co/nvidia/parakeet-ctc-0.6b/commit/ad09ba1),
26
  pinned 2026-05-10.
27
  Validated against the NeMo reference at transcribe.cpp commit
28
+ [42528dd](https://github.com/handy-computer/transcribe.cpp/tree/42528dd)
29
  on 2026-05-10.
30
 
31
  Offline English speech-to-text with greedy CTC decoding. A 0.6B-parameter FastConformer-Large encoder with a linear CTC head — the simplest and fastest decoder in the parakeet family. Output is lowercase, no punctuation. Not a streaming model and does not translate.