Mayowa Daniel
Mayowa Daniel
> Hi there 👋 Can you try using the full precision model with: > > ```js > const transcriber = await pipeline(task, model, { quantized: false }); > ``` >...
Would love to see this fixed 🙏🏾
They don't appear to work with the distil models. the old xenova ones seem fine though less accurate for me than the sample for the distilled version here https://huggingface.co/spaces/Xenova/distil-whisper-web but...
@apssouza22 it works for word-level timestamps when you use the distil variants of the model?
Same here @apssouza22, I get this error when I want word-level timestamps and use the distil variants in transformers.js: Error: Layer index 6 is out of bounds for cross attentions...