Automatic Speech Recognition
Transformers
Safetensors
Japanese
whisper
audio
hf-asr-leaderboard
Eval Results
Inference Endpoints
asahi417 commited on
Commit
a345421
·
verified ·
1 Parent(s): fab38e1

Update benchmark.py

Browse files
Files changed (1) hide show
  1. benchmark.py +1 -1
benchmark.py CHANGED
@@ -12,7 +12,7 @@ model_id = "kotoba-tech/kotoba-whisper-v1.0"
12
  pipe = pipeline(
13
  "automatic-speech-recognition",
14
  model=model_id,
15
- torch_dtype=torch.bfloat16
16
  )
17
 
18
  test_audio = [
 
12
  pipe = pipeline(
13
  "automatic-speech-recognition",
14
  model=model_id,
15
+ torch_dtype=torch.float32
16
  )
17
 
18
  test_audio = [