diff --git a/preprocessing.py b/preprocessing.py index 6b2ea90..ff9b820 100644 --- a/preprocessing.py +++ b/preprocessing.py @@ -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):