parakeet: current int8 v2 model is English-only — document language choice / consider v3 #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The parakeet stack on irv-ml1 currently pins to
sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8, which is English-only. Non-English audio will either fail or produce garbage output.Current state
stacks/parakeet/.env.exampledefaultsPARAKEET_MODEL_URLto the v2 English-only tarball.sherpa-onnx-nemo-parakeet-tdt-0.6b-v3-int8) covers 25 European languages at similar size (~400 MB int8) and can be swapped in by bumpingPARAKEET_MODEL_URL+ wiping*.onnx+tokens.txtfrom/worktank/parakeet/models/+ restarting..env.example.What to decide
.env.example.parakeet-en,parakeet-multi), two ports, same code. Overkill unless you actually need both live simultaneously.Next step
Pick an option. If (1), just mention in
.env.examplethat swapping URL requires wiping the models dir — currently only in README. If (2), update the default URL + tag the image rebuild. If (3), design the port allocation + document.Context
http://10.100.79.3:8765/transcribestacks/parakeet/in this repo