Skip to content

Commit

Permalink
fix preprocessing
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranav.singh@intel.com>
  • Loading branch information
theBeginner86 committed Nov 4, 2024
1 parent 95c5be6 commit c0fad76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ def transform_path_to_filename(path):
split = 'test'
dataset = load_dataset(dataset_name, "en", split=split, trust_remote_code=True)
print(dataset)
performance = {
'file name': [],
'audio length (s)': [],
'time taken (s)': [],
'transcribed text': [],
'actual text': [],
'accuracy': []
}
initial_time = time.time()
dir = "handlers/triton/audio"
if not os.path.exists(dir):
Expand Down

0 comments on commit c0fad76

Please sign in to comment.