Automatic Speech Recognition
Transformers
Safetensors
Japanese
whisper
audio
hf-asr-leaderboard
Eval Results
Inference Endpoints
asahi417 commited on
Commit
299760a
1 Parent(s): c814d59

Update benchmark.py

Browse files
Files changed (1) hide show
  1. benchmark.py +1 -0
benchmark.py CHANGED
@@ -1,5 +1,6 @@
1
  from time import time
2
  from pprint import pprint
 
3
  from transformers import pipeline
4
  from datasets import load_dataset
5
 
 
1
  from time import time
2
  from pprint import pprint
3
+ import torch
4
  from transformers import pipeline
5
  from datasets import load_dataset
6