Automatic Speech Recognition
Transformers
Safetensors
Japanese
whisper
audio
hf-asr-leaderboard
Inference Endpoints
asahi417 commited on
Commit
0c42027
1 Parent(s): 827f44c

Upload KotobaWhisperPipeline

Browse files
Files changed (1) hide show
  1. kotoba_whisper.py +1 -1
kotoba_whisper.py CHANGED
@@ -118,7 +118,7 @@ class KotobaWhisperPipeline(AutomaticSpeechRecognitionPipeline):
118
  device: Union[int, "torch.device"] = None,
119
  torch_dtype: Optional[Union[str, "torch.dtype"]] = None,
120
  punctuator: bool = True,
121
- stable_ts: bool = True,
122
  **kwargs):
123
  self.type = "seq2seq_whisper"
124
  self.stable_ts = stable_ts
 
118
  device: Union[int, "torch.device"] = None,
119
  torch_dtype: Optional[Union[str, "torch.dtype"]] = None,
120
  punctuator: bool = True,
121
+ stable_ts: bool = False,
122
  **kwargs):
123
  self.type = "seq2seq_whisper"
124
  self.stable_ts = stable_ts