Open pierrepv8 opened 4 days ago
As latest version of Ctranslate2 generate method allow passing return_logits_vocab to include the log probs in its output. Would it be possible to expose a parameter to return_logits_vocab in FasterWhisperPipeline.transcribe() method ?
return_logits_vocab
FasterWhisperPipeline.transcribe()
As latest version of Ctranslate2 generate method allow passing
return_logits_vocab
to include the log probs in its output. Would it be possible to expose a parameter toreturn_logits_vocab
inFasterWhisperPipeline.transcribe()
method ?